Skip to content

Commit

Permalink
Gradle 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed May 31, 2024
1 parent b83f337 commit eb5b72c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import spock.lang.Unroll
@Subject(UndeclaredDependencyRule)
class UndeclaredDependencyRuleSpec extends BaseIntegrationTestKitSpec {
private static final def sample = new Coordinate('sample', 'alpha', '1.0')
private static final def commonsLogging = new Coordinate('commons-logging', 'commons-logging', '1.3.1')
private static final def commonsLogging = new Coordinate('commons-logging', 'commons-logging', '1.3.2')
private static final def commonsLang = new Coordinate('commons-lang', 'commons-lang', '2.6')
private static final def lombok = new Coordinate('org.projectlombok', 'lombok', '1.18.30')
private static final def junit = new Coordinate('junit', 'junit', '4.12')
Expand Down

0 comments on commit eb5b72c

Please sign in to comment.