mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
cd: improve release workflow w/nightly
This commit is contained in:
@@ -22,13 +22,17 @@ android {
|
||||
"proguard-rules.pro",
|
||||
)
|
||||
}
|
||||
|
||||
create("nightly") {
|
||||
initWith(getByName("release"))
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
jvmTarget = Constants.JVM_TARGET
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user