File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ application {
1515 jar. manifest. attributes ' Main-Class' : mainClass
1616}
1717
18- test. dependsOn(project(' :enigma' ). tasks. named(' obfuscateAllTestInput ' ))
18+ test. dependsOn(project(' :enigma' ). tasks. named(' obfuscateTestInputs ' ))
1919
2020publishing {
2121 publications {
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ static String taskNameFrom(String name) {
109109}
110110
111111
112- final obfuscateAllTestInput = tasks. register(' obfuscateAllTestInput ' ) {
112+ final obfuscateTestInputs = tasks. register(' obfuscateTestInputs ' ) {
113113 group = ' test-setup'
114114}
115115
@@ -150,7 +150,7 @@ def registerTestJarTasks(String name, String... input) {
150150 outjars outDir. map { it. dir(" ${ name} .jar" ) }
151151 }
152152
153- tasks. named(' obfuscateAllTestInput ' ) {
153+ tasks. named(' obfuscateTestInputs ' ) {
154154 dependsOn(testObf)
155155 }
156156}
@@ -376,7 +376,7 @@ final testRecommendedImplPluginAgainstBumpedEnigma = tasks
376376 }
377377}
378378
379- test. dependsOn(obfuscateAllTestInput , testPreHandlingPluginAgainstCurrentEnigma, testRecommendedImplPluginAgainstBumpedEnigma)
379+ test. dependsOn(obfuscateTestInputs , testPreHandlingPluginAgainstCurrentEnigma, testRecommendedImplPluginAgainstBumpedEnigma)
380380
381381publishing {
382382 publications {
You can’t perform that action at this time.
0 commit comments