Skip to content

Commit e69b22d

Browse files
committed
Gradle 8.3
1 parent 20cda27 commit e69b22d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

src/integTest/groovy/nebula/plugin/resolutionrules/AlignAndLockWithDowngradedTransitiveDependenciesSpec.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ class AlignAndLockWithDowngradedTransitiveDependenciesSpec extends IntegrationTe
2424
}
2525
}
2626
dependencies {
27-
classpath "com.netflix.nebula:gradle-dependency-lock-plugin:12.+"
27+
classpath "com.netflix.nebula:gradle-dependency-lock-plugin:13.+"
2828
}
2929
}
3030
plugins {
3131
id 'com.netflix.nebula.resolution-rules'
3232
id 'java'
3333
}
34-
apply plugin: 'nebula.dependency-lock'
34+
apply plugin: 'com.netflix.nebula.dependency-lock'
3535
dependencies {
3636
resolutionRules files('$rulesJsonFile')
3737
}

0 commit comments

Comments
 (0)