Skip to content

Commit 488bf8b

Browse files
committed
Minimal profile now really skips tests
1 parent 1254b94 commit 488bf8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gradle/profile-minimal.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
test {
2+
exclude '**/*'
3+
}
4+
15
release {
26
tagTemplate = 'v${version}'
37
versionPropertyFile = 'gradle.properties'
48
versionProperties = ['version', 'mainversion']
5-
}
9+
}

0 commit comments

Comments
 (0)