Skip to content

Commit

Permalink
Gradle 8.2-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Jun 1, 2023
1 parent 8ccd104 commit 216eb1d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.gradle.util.GradleVersion

plugins {
id 'com.netflix.nebula.plugin-plugin' version '20.8.0'
id 'com.netflix.nebula.plugin-plugin' version '20.8.1'
id 'com.netflix.nebula.optional-base' version '9.0.0'
id "org.jetbrains.kotlin.jvm" version "1.7.20"
id 'java-gradle-plugin'
Expand Down
8 changes: 4 additions & 4 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7=integTestRuntimeClasspath,t
com.jcraft:jsch.agentproxy.usocket-jna:0.0.7=integTestRuntimeClasspath,testRuntimeClasspath
com.jcraft:jsch.agentproxy.usocket-nc:0.0.7=integTestRuntimeClasspath,testRuntimeClasspath
com.jcraft:jzlib:1.1.2=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-contacts-plugin:7.0.0=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-contacts-plugin:7.0.1=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-git-scm-plugin:6.0.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-info-plugin:12.0.0=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-info-plugin:12.1.4=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-scm-plugin:7.0.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-dependencies-comparison:0.2.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-gradle-interop:2.1.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-project-plugin:10.1.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-publishing-plugin:19.1.0=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-project-plugin:10.1.4=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-publishing-plugin:20.3.0=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-test:10.5.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.perforce:p4java:2015.2.1365273=integTestRuntimeClasspath,testRuntimeClasspath
com.squareup.moshi:moshi:1.12.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
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.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-rc-1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ class DependencyLockPluginWithCoreSpec extends AbstractDependencyLockPluginSpec
}
}
dependencies {
classpath "com.netflix.nebula:nebula-project-plugin:7.0.9"
classpath "com.netflix.nebula:nebula-project-plugin:10.1.4"
}
}
plugins {
Expand Down Expand Up @@ -946,7 +946,7 @@ class DependencyLockPluginWithCoreSpec extends AbstractDependencyLockPluginSpec

where:
facet | plugin | setParentSourceSet
'integTest' | 'nebula.integtest' | false
'integTest' | 'com.netflix.nebula.integtest' | false
// 'smokeTest' | 'nebula.facet' | true
// 'examples' | 'nebula.facet' | true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ class MigrateToCoreLocksTaskSpec extends AbstractDependencyLockPluginSpec {
}
}
dependencies {
classpath "com.netflix.nebula:nebula-project-plugin:7.0.9"
classpath "com.netflix.nebula:nebula-project-plugin:10.1.4"
}
}
plugins {
Expand Down Expand Up @@ -625,9 +625,9 @@ class MigrateToCoreLocksTaskSpec extends AbstractDependencyLockPluginSpec {

where:
facet | plugin | setParentSourceSet
'integTest' | 'nebula.integtest' | false
'smokeTest' | 'nebula.facet' | true
'examples' | 'nebula.facet' | true
'integTest' | 'com.netflix.nebula.integtest' | false
'smokeTest' | 'com.netflix.nebula.facet' | true
'examples' | 'com.netflix.nebula.facet' | true
}

@Unroll
Expand Down Expand Up @@ -657,7 +657,7 @@ class MigrateToCoreLocksTaskSpec extends AbstractDependencyLockPluginSpec {
}
}
dependencies {
classpath "com.netflix.nebula:nebula-project-plugin:7.0.9"
classpath "com.netflix.nebula:nebula-project-plugin:10.1.4"
}
}
plugins {
Expand Down Expand Up @@ -706,9 +706,9 @@ class MigrateToCoreLocksTaskSpec extends AbstractDependencyLockPluginSpec {

where:
facet | plugin | setParentSourceSet
'integTest' | 'nebula.integtest' | false
'smokeTest' | 'nebula.facet' | true
'examples' | 'nebula.facet' | true
'integTest' | 'com.netflix.nebula.integtest' | false
'smokeTest' | 'com.netflix.nebula.facet' | true
'examples' | 'com.netflix.nebula.facet' | true
}

def 'migration does not lock all configurations by default'() {
Expand Down

0 comments on commit 216eb1d

Please sign in to comment.