Skip to content

Commit

Permalink
release: v24.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xeruf committed Aug 11, 2023
1 parent 2f52d02 commit 6007a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
socha.gameName=penguins
socha.version.year=24
socha.version.minor=00
socha.version.patch=02
socha.version.patch=03
2 changes: 1 addition & 1 deletion gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val javaTargetVersion = JavaVersion.VERSION_1_8
val javaVersion = JavaVersion.current()
println("Current version: $version (Beta: $isBeta) Game: $game (Java Version: $javaVersion)")
if (javaVersion != javaTargetVersion)
System.err.println("Java version $javaTargetVersion is recommended - expect issues with generating documentation (consider using '-x doc' if you don't care)")
System.err.println("Java version $javaTargetVersion is recommended - expect issues with generating documentation (consider '-x doc' if you don't care)")

val doAfterEvaluate = ArrayList<(Project) -> Unit>()
tasks {
Expand Down
2 changes: 1 addition & 1 deletion player/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sourceSets.main {
}

application {
mainClassName = "sc.player2023.Starter"
mainClassName = "sc.player$year.Starter"
}

dependencies {
Expand Down

0 comments on commit 6007a5f

Please sign in to comment.