mirror of
https://gitee.com/BDWare/ypk-deploy-tool
synced 2026-02-14 16:09:26 +00:00
sync
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
id 'signing'
|
||||
}
|
||||
group "org.bdware.bdcontract"
|
||||
version "0.5.5"
|
||||
version "0.6.0"
|
||||
sourceCompatibility = 1.8
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -32,7 +32,7 @@ task copyScript(type: Copy) {
|
||||
from "./docker/docker-compose/deployentry.json"
|
||||
into "./build/output/"
|
||||
}
|
||||
task copyJar(type: Copy, dependsOn: [":ypk-deploy-tool:copyLibs",":ypk-deploy-tool:copyScript"]) {
|
||||
task copyJar(type: Copy, dependsOn: [":ypk-deploy-tool:copyLibs", ":ypk-deploy-tool:copyScript"]) {
|
||||
from "./build/libs/$project.name-${project.version}.jar"
|
||||
into "./build/output"
|
||||
rename { String fileName -> "${project.name}.jar" }
|
||||
|
||||
Reference in New Issue
Block a user