Skip to content

Commit

Permalink
Update Gradle and Kotlin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrishchenko committed Dec 27, 2024
1 parent 1f09c18 commit 4785a10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group = io.github.sgrishchenko
version = 1.0.0-alpha.50

kotlinVersion = 2.0.0
publishVersion = 1.2.1
kotlinVersion = 2.1.0
publishVersion = 1.3.0

jacksonVersion = 2.17.2
jacksonVersion = 2.18.2

typescriptVersion = ^5.7.2
2 changes: 1 addition & 1 deletion gradle-plugin/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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 4785a10

Please sign in to comment.