diff --git a/.github/workflows/archrules.yml b/.github/workflows/archrules.yml index eea25f1..05b061c 100644 --- a/.github/workflows/archrules.yml +++ b/.github/workflows/archrules.yml @@ -30,7 +30,7 @@ jobs: build-scan-terms-of-use-url: 'https://gradle.com/terms-of-service' build-scan-terms-of-use-agree: 'yes' - name: Gradle run archrules - run: ./gradlew --stacktrace archRulesConsoleReport archRulesMarkdownReport + run: ./gradlew --stacktrace archRulesConsoleReport archRulesMarkdownReport archRulesGithubReport - name: Arch Rule Reports step summary run: cat build/reports/archrules/report.md > $GITHUB_STEP_SUMMARY - name: PR Comment diff --git a/gradle.lockfile b/gradle.lockfile index 6de3950..03e27ba 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -41,15 +41,15 @@ com.netflix.nebula:gradle-contacts-plugin:8.1.0=compileClasspath,runtimeClasspat com.netflix.nebula:gradle-dependency-lock-plugin:17.2.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-info-plugin:16.3.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:1.3.0=runtimeClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-archrules-gradle-plugin:1.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-core:1.3.1=runtimeClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-gradle-plugin:1.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-dependencies-comparison:0.4.2=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.1.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-publishing-plugin:23.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-release-plugin:21.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-test:12.6.0=testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-test:12.7.0=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/src/main/java/nebula/plugin/plugin/NebulaProblems.java b/src/main/java/nebula/plugin/plugin/NebulaProblems.java index 70186cf..c4294ad 100644 --- a/src/main/java/nebula/plugin/plugin/NebulaProblems.java +++ b/src/main/java/nebula/plugin/plugin/NebulaProblems.java @@ -7,6 +7,7 @@ * Constants for Problem reporting */ public class NebulaProblems { + public static final ProblemGroup NEBULA_GROUP = ProblemGroup.create("com.netflix.nebula", "Nebula Plugins");