EcoEnchants/eco-extensions/endershot/build.gradle
2021-01-24 16:13:17 +00:00

7 lines
166 B
Groovy

group 'com.willfp'
version '4.0.1'
description = 'Endershot Extension'
shadowJar {
archiveFileName = project.getDescription() + " v" + project.version + ".jar"
}