diff --git a/gradle.lockfile b/gradle.lockfile index d41d379..839f750 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -39,15 +39,15 @@ 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.5.3=runtimeClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-archrules-gradle-plugin:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-core:0.5.5=runtimeClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-gradle-plugin:0.5.5=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 com.netflix.nebula:nebula-project-plugin:13.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-publishing-plugin:23.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-release-plugin:21.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-test:11.10.1=testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-test:11.11.2=testCompileClasspath,testRuntimeClasspath com.networknt:json-schema-validator:1.0.76=testCompileClasspath,testRuntimeClasspath com.nimbusds:nimbus-jose-jwt:9.28=testCompileClasspath,testRuntimeClasspath com.perforce:p4java:2015.2.1365273=runtimeClasspath,testRuntimeClasspath diff --git a/gradle.properties b/gradle.properties index 0e5ada2..8e118a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ +org.gradle.caching=true +org.gradle.configuration-cache=true systemProp.nebula.features.coreLockingSupport=true -nebula.integTest=false \ No newline at end of file +nebula.integTest=false diff --git a/src/main/java/nebula/plugin/plugin/ArchRulesUtil.java b/src/main/java/nebula/plugin/plugin/ArchRulesUtil.java index 7b79661..c714e05 100644 --- a/src/main/java/nebula/plugin/plugin/ArchRulesUtil.java +++ b/src/main/java/nebula/plugin/plugin/ArchRulesUtil.java @@ -19,7 +19,8 @@ static void setupArchRules(Project project) { "archrules-deprecation", "archrules-joda", "archrules-testing-frameworks", - "archrules-nullability" + "archrules-nullability", + "archrules-security" ); nebulaRules.forEach(rule -> { if (!project.getName().equals(rule)) {