diff options
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index cefc0923..2e5f9c8c 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -70,7 +70,7 @@ dependencies { | |||
| 70 | } | 70 | } |
| 71 | 71 | ||
| 72 | // For each set of test inputs, create an output jar and obfuscate it. | 72 | // For each set of test inputs, create an output jar and obfuscate it. |
| 73 | file('test/cuchaz/enigma/inputs').listFiles().each { theFile -> | 73 | file('src/test/java/cuchaz/enigma/inputs').listFiles().each { theFile -> |
| 74 | if (theFile.directory) { | 74 | if (theFile.directory) { |
| 75 | task("${theFile.name}TestJar", type: Jar, dependsOn: testClasses) { | 75 | task("${theFile.name}TestJar", type: Jar, dependsOn: testClasses) { |
| 76 | from('build/classes/test') { | 76 | from('build/classes/test') { |