Skip to content

Commit f043ad9

Browse files
committed
update archrules to get bugfix
add security rules to standard list enable configuration cache for this project
1 parent 6fbe36f commit f043ad9

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

gradle.lockfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ 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.5.3=runtimeClasspath,testRuntimeClasspath
43-
com.netflix.nebula:nebula-archrules-gradle-plugin:0.5.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
com.netflix.nebula:nebula-archrules-core:0.5.5=runtimeClasspath,testRuntimeClasspath
43+
com.netflix.nebula:nebula-archrules-gradle-plugin:0.5.5=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
4747
com.netflix.nebula:nebula-project-plugin:13.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4848
com.netflix.nebula:nebula-publishing-plugin:23.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4949
com.netflix.nebula:nebula-release-plugin:21.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
com.netflix.nebula:nebula-test:11.10.1=testCompileClasspath,testRuntimeClasspath
50+
com.netflix.nebula:nebula-test:11.11.2=testCompileClasspath,testRuntimeClasspath
5151
com.networknt:json-schema-validator:1.0.76=testCompileClasspath,testRuntimeClasspath
5252
com.nimbusds:nimbus-jose-jwt:9.28=testCompileClasspath,testRuntimeClasspath
5353
com.perforce:p4java:2015.2.1365273=runtimeClasspath,testRuntimeClasspath

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
org.gradle.caching=true
2+
org.gradle.configuration-cache=true
13
systemProp.nebula.features.coreLockingSupport=true
2-
nebula.integTest=false
4+
nebula.integTest=false

src/main/java/nebula/plugin/plugin/ArchRulesUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ static void setupArchRules(Project project) {
1919
"archrules-deprecation",
2020
"archrules-joda",
2121
"archrules-testing-frameworks",
22-
"archrules-nullability"
22+
"archrules-nullability",
23+
"archrules-security"
2324
);
2425
nebulaRules.forEach(rule -> {
2526
if (!project.getName().equals(rule)) {

0 commit comments

Comments
 (0)