Fabric version is supported for 1.15.2

This commit is contained in:
Blue (Lukas Rieger) 2020-08-03 14:18:47 +02:00
parent eb9fba1e91
commit 1b258dc13a

View File

@ -50,7 +50,7 @@ shadowJar {
}
task ramappedShadowJar(type: RemapJarTask) {
destinationDir = file '../build/unsupported'
destinationDir = file '../build/release'
dependsOn tasks.shadowJar
input = tasks.shadowJar.archivePath
addNestedDependencies = true