Start deploying builds to the public

This commit is contained in:
libraryaddict 2024-08-06 21:46:50 +12:00
parent 1891024bf1
commit 42032b85ee

View File

@ -31,15 +31,15 @@ tasks {
task("jenkins") {
mustRunAfter("run")
// doLast {
// copy {
// from(shadowJar.get().archiveFile.get().asFile.absolutePath)
// into(rootProject.projectDir.absolutePath + "\\target")
// rename {
// "LibsDisguises.jar"
// }
// }
// }
doLast {
copy {
from(shadowJar.get().archiveFile.get().asFile.absolutePath)
into(rootProject.projectDir.absolutePath + "\\target")
rename {
"LibsDisguises.jar"
}
}
}
}
processResources {