mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-14 05:19:23 +01:00
chore: added autoservice
This commit is contained in:
parent
c017690841
commit
4243892870
1 changed files with 10 additions and 1 deletions
11
build.gradle
11
build.gradle
|
@ -21,7 +21,10 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation 'commons-cli:commons-cli:1.5.0'
|
||||
implementation 'ftbsc.lll:mapper:0.2.1'
|
||||
implementation 'ftbsc.lll:mapper:0.2.2'
|
||||
implementation 'com.google.auto.service:auto-service-annotations:1.1.0'
|
||||
annotationProcessor 'com.google.auto.service:auto-service:1.1.0'
|
||||
|
||||
}
|
||||
|
||||
jar {
|
||||
|
@ -31,4 +34,10 @@ jar {
|
|||
}
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
exclude(dependency('com.google.auto.service:auto-service-annotations:1.1.0'))
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn(shadowJar)
|
||||
|
|
Loading…
Reference in a new issue