Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Feb 25, 2024
1 parent 04ffe24 commit 5143251
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ hs_err_pid*
# Other Tools
kotlin-js-store/
node_modules/
package-lock.json
.env
.sdkmanrc

# System Files
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=21.0.2-graalce
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import java.lang.System.getProperty

plugins {
kotlin("jvm") version("1.9.22")
id("org.graalvm.buildtools.native") version("0.9.28")
id("org.graalvm.buildtools.native") version("0.10.1")
}

val os = getProperty("os.name").lowercase()

val hexagonVersion = "3.4.5"
val hexagonExtraVersion = "3.4.1"
val vertxVersion = "4.5.0"
val hexagonVersion = "3.4.7"
val hexagonExtraVersion = "3.4.6"
val vertxVersion = "4.5.3"

val gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"

Expand Down Expand Up @@ -89,6 +89,6 @@ tasks.create("release") {
}

tasks.wrapper {
gradleVersion = "8.5"
gradleVersion = "8.6"
distributionType = ALL
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 5143251

Please sign in to comment.