Go to file
Len 875d770742 Fix Unhandled exception when executing command is top
During early game if there are less then 10 islands the IntStream.range fails. We add Math.min to either select the amount of islands available or a top of 10.
2024-03-09 10:19:01 +01:00
api Add a base layer for challenges. 2024-02-25 14:02:51 +01:00
gradle/wrapper init project 2024-01-04 22:43:10 +01:00
plugin Fix Unhandled exception when executing command is top 2024-03-09 10:19:01 +01:00
.gitignore init project 2024-01-04 22:43:10 +01:00
build.gradle.kts Add Jenkinsfile 2024-01-17 10:10:22 +01:00
gradlew init project 2024-01-04 22:43:10 +01:00
gradlew.bat init project 2024-01-04 22:43:10 +01:00
Jenkinsfile Run gradlew clean before building 2024-02-05 18:55:03 +01:00
settings.gradle.kts init project 2024-01-04 22:43:10 +01:00