Skip to content

Commit 3e76864

Browse files
committed
update archrules to get new attribute
1 parent 73c2a89 commit 3e76864

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ com.netflix.nebula:gradle-contacts-plugin:8.1.0=compileClasspath,runtimeClasspat
3939
com.netflix.nebula:gradle-dependency-lock-plugin:16.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
com.netflix.nebula:gradle-info-plugin:16.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4141
com.netflix.nebula:gradle-java-cross-compile-plugin:8.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
com.netflix.nebula:nebula-archrules-core:0.7.0=runtimeClasspath,testRuntimeClasspath
43-
com.netflix.nebula:nebula-archrules-gradle-plugin:0.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
com.netflix.nebula:nebula-archrules-core:0.8.0=runtimeClasspath,testRuntimeClasspath
43+
com.netflix.nebula:nebula-archrules-gradle-plugin:0.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
com.netflix.nebula:nebula-dependencies-comparison:0.2.1=runtimeClasspath,testRuntimeClasspath
4545
com.netflix.nebula:nebula-gradle-interop:3.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4646
com.netflix.nebula:nebula-oss-publishing-plugin:4.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

src/test/kotlin/nebula/plugin/plugin/NebulaLibraryPluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal class NebulaLibraryPluginTest {
4545
fun `test build`() {
4646
val runner = testProject(projectDir) {
4747
properties {
48-
gradleCache(true)
48+
buildCache(true)
4949
}
5050
rootProject {
5151
plugins {

src/test/kotlin/nebula/plugin/plugin/NebulaPluginPluginTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal class NebulaPluginPluginTest {
4141

4242
private fun TestProjectBuilder.sampleSinglePluginSetup() {
4343
properties {
44-
gradleCache(true)
44+
buildCache(true)
4545
}
4646
settings {
4747
name("test")

0 commit comments

Comments
 (0)