chore: configured shadow

This commit is contained in:
zaaarf 2023-08-27 01:20:25 +02:00
parent 4cb9bb46e0
commit c017690841
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

View file

@ -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)