We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3073a commit 1652f3eCopy full SHA for 1652f3e
build.gradle.kts
@@ -12,9 +12,13 @@ configurations.compileClasspath {
12
dependencies {
13
implementation("org.ow2.asm:asm:9.9")
14
compileOnly("org.gradlex:extra-java-module-info:1.13.1")
15
- compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.0") {
16
- exclude("dev.zacsweers.moshix", "moshi-sealed-runtime")
17
- exclude("javax.inject", "javax.inject")
+ compileOnly("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.0")
+}
+
18
+jvmDependencyConflicts.patch {
19
+ module("com.autonomousapps:dependency-analysis-gradle-plugin") {
20
+ removeDependency("dev.zacsweers.moshix:moshi-sealed-runtime")
21
+ removeDependency("javax.inject:javax.inject")
22
}
23
24
0 commit comments