Skip to content

Commit

Permalink
Merge pull request #124 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
Gradle and Groovy upgrades.
  • Loading branch information
stewartbryson authored Jul 12, 2024
2 parents b3ddf23 + 3ce625b commit 9df12a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
}

dependencies {
implementation 'org.codehaus.groovy:groovy:3.0.21'
implementation 'org.codehaus.groovy:groovy:3.0.22'
implementation 'org.slf4j:slf4j-simple:2.0.9'
implementation 'com.snowflake:snowpark:1.12.1'
implementation 'gradle.plugin.com.redpillanalytics:gradle-properties:1.0.7'
Expand Down
2 changes: 1 addition & 1 deletion src/examples/groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.codehaus.groovy:groovy:3.0.21'
implementation 'org.codehaus.groovy:groovy:3.0.22'
}

java {
Expand Down

0 comments on commit 9df12a8

Please sign in to comment.