This commit is contained in:
parent
92b6bc642a
commit
7bc707a443
@ -54,6 +54,7 @@ steps:
|
||||
path: /drone/src/out
|
||||
commands:
|
||||
- ./gradlew build
|
||||
- ./gradlew :wrapper:fatJar
|
||||
- mv /drone/src/wrapper/build/libs/*.jar /drone/src/out/
|
||||
- mv /drone/src/app/build/outputs/apk/release/*.apk /drone/src/out/
|
||||
|
||||
|
@ -16,7 +16,9 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks{
|
||||
jar {
|
||||
register<Jar>("fatJar") {
|
||||
archiveClassifier.set("fat")
|
||||
|
||||
from(
|
||||
configurations.compileClasspath
|
||||
.map { config ->
|
||||
|
Loading…
Reference in New Issue
Block a user