Skip to content

Commit fcd082e

Browse files
committed
Disable jar
1 parent d05b17c commit fcd082e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ test {
8686
dependsOn(jsMinifyIt)
8787
}
8888

89-
jar {
90-
dependsOn(cssMinifyIt)
91-
dependsOn(jsMinifyIt)
89+
tasks.named('jar') {
90+
enabled = false
9291
}
9392

9493
war {

0 commit comments

Comments
 (0)