We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46fa78 commit b69f197Copy full SHA for b69f197
enigma/build.gradle
@@ -109,7 +109,7 @@ static String taskNameFrom(String name) {
109
}
110
111
112
-tasks.register('obfuscateAllTestInput') {
+final obfuscateAllTestInput = tasks.register('obfuscateAllTestInput') {
113
group = 'test-setup'
114
115
@@ -376,7 +376,7 @@ final testRecommendedImplPluginAgainstBumpedEnigma = tasks
376
377
378
379
-test.dependsOn(testPreHandlingPluginAgainstCurrentEnigma, testRecommendedImplPluginAgainstBumpedEnigma)
+test.dependsOn(obfuscateAllTestInput, testPreHandlingPluginAgainstCurrentEnigma, testRecommendedImplPluginAgainstBumpedEnigma)
380
381
publishing {
382
publications {
0 commit comments