mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-04-09 17:15:43 +02:00
Apply the name of the archive only to the result of buildPlugin task
This commit is contained in:
parent
57fe89461f
commit
b4844f7b9a
@ -7,16 +7,15 @@ tasks {
|
||||
kotlinOptions.freeCompilerArgs += "-progressive"
|
||||
}
|
||||
|
||||
named("buildPlugin") { dependsOn("test") }
|
||||
named<Zip>("buildPlugin") {
|
||||
dependsOn("test")
|
||||
archiveFileName.set("AceJump.zip")
|
||||
}
|
||||
|
||||
withType<RunIdeTask> {
|
||||
dependsOn("test")
|
||||
findProperty("luginDev")?.let { args = listOf(projectDir.absolutePath) }
|
||||
}
|
||||
|
||||
withType<Zip> {
|
||||
archiveFileName.set("AceJump.zip")
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
|
Loading…
Reference in New Issue
Block a user