diff --git a/build.gradle.kts b/build.gradle.kts index beb6491b..cdcec8cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ configurations.compileClasspath { dependencies { implementation("org.ow2.asm:asm:9.9") compileOnly("org.gradlex:extra-java-module-info:1.13.1") - compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.0") + compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.1") } jvmDependencyConflicts.patch { diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 448c729c..532d7acd 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -6,151 +6,90 @@ armored + - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - + - - - - - - - - - - - - - - + + + - - - - - - - - - - - - + + + - + + + + + + + - - - - - - - - - - + - - - - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - - + + + + + + + - - - - + + + + + + + + + + + + + + + + + @@ -161,5 +100,10 @@ + + + + + diff --git a/samples/module-info-dsl-no-platform/gradle/plugins/build.gradle.kts b/samples/module-info-dsl-no-platform/gradle/plugins/build.gradle.kts index 3c66be66..9e8f3970 100644 --- a/samples/module-info-dsl-no-platform/gradle/plugins/build.gradle.kts +++ b/samples/module-info-dsl-no-platform/gradle/plugins/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } dependencies { - implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.0") + implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.1") implementation("org.gradlex:java-module-dependencies:1.11") implementation("org.gradlex:java-module-testing:1.7") implementation("org.gradlex:jvm-dependency-conflict-resolution:2.4") diff --git a/samples/module-info-dsl/gradle/plugins/build.gradle.kts b/samples/module-info-dsl/gradle/plugins/build.gradle.kts index 3c66be66..9e8f3970 100644 --- a/samples/module-info-dsl/gradle/plugins/build.gradle.kts +++ b/samples/module-info-dsl/gradle/plugins/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } dependencies { - implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.0") + implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.1") implementation("org.gradlex:java-module-dependencies:1.11") implementation("org.gradlex:java-module-testing:1.7") implementation("org.gradlex:jvm-dependency-conflict-resolution:2.4")