Skip to content

Commit e410faf

Browse files
committed
Don't run test on build
1 parent 6d4c555 commit e410faf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jar {
4949
test {
5050
useJUnitPlatform()
5151
dependsOn 'cleanTest'
52+
enabled = gradle.startParameter.taskNames.contains("test")
5253
}
5354

5455
defaultTasks 'jar'

0 commit comments

Comments
 (0)