diff --git a/gradle.lockfile b/gradle.lockfile index 73e89da..288cb6d 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -39,8 +39,8 @@ com.netflix.nebula:gradle-contacts-plugin:8.1.0=compileClasspath,runtimeClasspat com.netflix.nebula:gradle-dependency-lock-plugin:16.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-info-plugin:16.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-java-cross-compile-plugin:8.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-archrules-core:0.7.0=runtimeClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-archrules-gradle-plugin:0.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-core:0.8.0=runtimeClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-gradle-plugin:0.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-dependencies-comparison:0.2.1=runtimeClasspath,testRuntimeClasspath com.netflix.nebula:nebula-gradle-interop:3.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-oss-publishing-plugin:4.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/src/test/kotlin/nebula/plugin/plugin/NebulaLibraryPluginTest.kt b/src/test/kotlin/nebula/plugin/plugin/NebulaLibraryPluginTest.kt index 68e1bfc..6295eb9 100644 --- a/src/test/kotlin/nebula/plugin/plugin/NebulaLibraryPluginTest.kt +++ b/src/test/kotlin/nebula/plugin/plugin/NebulaLibraryPluginTest.kt @@ -45,7 +45,7 @@ internal class NebulaLibraryPluginTest { fun `test build`() { val runner = testProject(projectDir) { properties { - gradleCache(true) + buildCache(true) } rootProject { plugins { diff --git a/src/test/kotlin/nebula/plugin/plugin/NebulaPluginPluginTest.kt b/src/test/kotlin/nebula/plugin/plugin/NebulaPluginPluginTest.kt index 7e5c095..8b891b7 100644 --- a/src/test/kotlin/nebula/plugin/plugin/NebulaPluginPluginTest.kt +++ b/src/test/kotlin/nebula/plugin/plugin/NebulaPluginPluginTest.kt @@ -41,7 +41,7 @@ internal class NebulaPluginPluginTest { private fun TestProjectBuilder.sampleSinglePluginSetup() { properties { - gradleCache(true) + buildCache(true) } settings { name("test")