Skip to content

Commit b69f197

Browse files
make :engima:test depend on :enigma:obfuscateAllTestInput
1 parent f46fa78 commit b69f197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enigma/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static String taskNameFrom(String name) {
109109
}
110110

111111

112-
tasks.register('obfuscateAllTestInput') {
112+
final obfuscateAllTestInput = tasks.register('obfuscateAllTestInput') {
113113
group = 'test-setup'
114114
}
115115

@@ -376,7 +376,7 @@ final testRecommendedImplPluginAgainstBumpedEnigma = tasks
376376
}
377377
}
378378

379-
test.dependsOn(testPreHandlingPluginAgainstCurrentEnigma, testRecommendedImplPluginAgainstBumpedEnigma)
379+
test.dependsOn(obfuscateAllTestInput, testPreHandlingPluginAgainstCurrentEnigma, testRecommendedImplPluginAgainstBumpedEnigma)
380380

381381
publishing {
382382
publications {

0 commit comments

Comments
 (0)