mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-04 13:54:35 +01:00
Start deploying builds to the public
This commit is contained in:
parent
1891024bf1
commit
42032b85ee
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user