Skip to content

Commit

Permalink
Update Gradle Wrapper from 8.9 to 8.10.1 (#798)
Browse files Browse the repository at this point in the history
* Update Gradle Wrapper from 8.9 to 8.10.1.

Signed-off-by: gradle-update-robot <[email protected]>

* Upgrade Kotlin and stop using conventions

---------

Signed-off-by: gradle-update-robot <[email protected]>
Co-authored-by: gradle-update-robot <[email protected]>
Co-authored-by: Cosku Acay <[email protected]>
  • Loading branch information
3 people authored Sep 14, 2024
1 parent 3c4ee31 commit 0762296
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val rootPackage: String by ext
val mainPackage = "$rootPackage.${project.name}"

application {
mainClass.set("$mainPackage.MainKt")
mainClass = "$mainPackage.MainKt"
}

/** Dependencies */
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
graphviz-java = "0.18.1"
java-cup = "11b-20160615-3"
jgrapht = "1.5.2"
kotlin = "1.9.20"
kotlin = "1.9.24"

[libraries]
aby-java = { module = "io.github.apl-cornell:aby-java", version = "0.2.2" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionSha256Sum=1541fa36599e12857140465f3c91a97409b4512501c26f9631fb113e392c5bd1
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 0762296

Please sign in to comment.