Skip to content

Commit 0e15d94

Browse files
committed
FIX-ME test convention
1 parent 36b6c96 commit 0e15d94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/secure-sm/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ tasks.named('forbiddenApisMain').configure {
4949
// JAR hell is part of core which we do not want to add as a dependency
5050
jarHell.enabled = false
5151

52+
53+
test.enabled = true
54+
testingConventions.enabled = false
55+
5256
testingConventions {
5357
naming.clear()
5458
naming {

0 commit comments

Comments
 (0)