Skip to content

Commit

Permalink
Gradle 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Aug 17, 2023
1 parent 20cda27 commit e69b22d
Show file tree
Hide file tree
Showing 2 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.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ class AlignAndLockWithDowngradedTransitiveDependenciesSpec extends IntegrationTe
}
}
dependencies {
classpath "com.netflix.nebula:gradle-dependency-lock-plugin:12.+"
classpath "com.netflix.nebula:gradle-dependency-lock-plugin:13.+"
}
}
plugins {
id 'com.netflix.nebula.resolution-rules'
id 'java'
}
apply plugin: 'nebula.dependency-lock'
apply plugin: 'com.netflix.nebula.dependency-lock'
dependencies {
resolutionRules files('$rulesJsonFile')
}
Expand Down

0 comments on commit e69b22d

Please sign in to comment.