mirror of
https://github.com/zaaarf/lillero-mapping-writer.git
synced 2024-11-14 05:19:23 +01:00
chore: configured shadow
This commit is contained in:
parent
4cb9bb46e0
commit
c017690841
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'com.palantir.git-version' version '0.13.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
}
|
||||
|
||||
archivesBaseName = 'mapping-writer'
|
||||
|
@ -29,3 +30,5 @@ jar {
|
|||
attributes 'Main-Class': 'ftbsc.lll.mapper.writer.MappingWriter'
|
||||
}
|
||||
}
|
||||
|
||||
build.dependsOn(shadowJar)
|
||||
|
|
Loading…
Reference in a new issue