Dieser Commit ist enthalten in:
Ursprung
5372781618
Commit
0bd3f2bd88
@ -87,7 +87,7 @@ task buildProject {
|
|||||||
description 'Build this project'
|
description 'Build this project'
|
||||||
group "Steamwar"
|
group "Steamwar"
|
||||||
|
|
||||||
dependsOn assemble
|
dependsOn build
|
||||||
}
|
}
|
||||||
|
|
||||||
task finalizeProject {
|
task finalizeProject {
|
||||||
@ -104,7 +104,7 @@ task finalizeProject {
|
|||||||
file(libs + "/" + uberJarName).renameTo(file(libs + "/" + jarName))
|
file(libs + "/" + uberJarName).renameTo(file(libs + "/" + jarName))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assemble.finalizedBy(finalizeProject)
|
build.finalizedBy(finalizeProject)
|
||||||
|
|
||||||
task testOutput {
|
task testOutput {
|
||||||
description 'Print Test output'
|
description 'Print Test output'
|
||||||
|
@ -3,4 +3,3 @@ build:
|
|||||||
- "cp ~/gradle.properties ."
|
- "cp ~/gradle.properties ."
|
||||||
- "chmod u+x build.gradle"
|
- "chmod u+x build.gradle"
|
||||||
- "./gradlew buildProject"
|
- "./gradlew buildProject"
|
||||||
- "./gradlew test"
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren