Suppressed deprecation warnings

This commit is contained in:
BuildTools
2020-11-17 15:33:44 +00:00
parent 19f8d9330c
commit c0f6bf2ee3
14 changed files with 17 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
}
jar{
archiveName = findProperty("Name") + " v" + findProperty("version") + ".jar"
archiveFileName = findProperty("Name") + " v" + findProperty("version") + ".jar"
}
description = 'EcoEnchants API'