Depend on shadow config
Fix shadowed unbundled dependencies
This commit is contained in:
parent
0c4912b771
commit
68952d87bc
|
|
@ -12,7 +12,7 @@ dependencies {
|
||||||
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
|
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
|
||||||
compileOnly 'com.google.auto.service:auto-service:1.1.1'
|
compileOnly 'com.google.auto.service:auto-service:1.1.1'
|
||||||
|
|
||||||
implementation project(":annotation-processor")
|
implementation project(path: ":annotation-processor", configuration: 'shadow')
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
shadow 'com.google.code.gson:gson:2.10.1'
|
||||||
implementation 'com.google.code.gson:gson:2.10.1'
|
implementation 'com.google.code.gson:gson:2.10.1'
|
||||||
implementation "net.fabricmc:sponge-mixin:0.12.5+"
|
implementation "net.fabricmc:sponge-mixin:0.12.5+"
|
||||||
// Platform classes
|
// Platform classes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user