mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16:30 +02:00
Add githubRelease as publish task dep
This commit is contained in:
parent
d83c4f1abc
commit
43873ac7f9
@ -137,6 +137,10 @@ tasks.githubRelease {
|
|||||||
enabled = project.hasProperty("github.token") && project.findProperty("release") == "true"
|
enabled = project.hasProperty("github.token") && project.findProperty("release") == "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.publish {
|
||||||
|
dependsOn(githubRelease)
|
||||||
|
}
|
||||||
|
|
||||||
tasks.compileKotlin {
|
tasks.compileKotlin {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user