Depend on shadow config

Fix shadowed unbundled dependencies
This commit is contained in:
Fury_Phoenix 2023-12-14 15:17:59 -08:00
parent 0c4912b771
commit 68952d87bc
No known key found for this signature in database
GPG Key ID: 0595F98084987DB8
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dependencies {
annotationProcessor '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) {

View File

@ -11,6 +11,7 @@ repositories {
}
dependencies {
shadow '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+"
// Platform classes