Skip to content

Commit

Permalink
Update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht committed Apr 19, 2024
1 parent 3e06a35 commit 45a95e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java {
}

val fatJar = task("fatJar", type = Jar::class) {
baseName = "${project.name}-fat"
archiveBaseName.set("${project.name}-fat")
manifest {
attributes["Implementation-Title"] = "Gamesense Essentials"
attributes["Implementation-Version"] = archiveVersion
Expand All @@ -52,7 +52,7 @@ tasks {
}

application {
mainClassName = "dev.tricht.gamesense.MainKt"
mainClass.set("dev.tricht.gamesense.MainKt")
}

// TODO: Use github actions...
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 45a95e5

Please sign in to comment.