EcoEnchants/eco-extensions/endershot/build.gradle

7 lines
166 B
Groovy
Raw Normal View History

group 'com.willfp'
2021-01-24 17:13:17 +01:00
version '4.0.1'
2020-12-22 15:07:44 +01:00
description = 'Endershot Extension'
2021-01-17 12:07:51 +01:00
shadowJar {
2020-12-22 15:07:44 +01:00
archiveFileName = project.getDescription() + " v" + project.version + ".jar"
}