Browse Source

Remove annoying build hack.

pull/272/head
Chris Smith 9 years ago
parent
commit
842e46efe6
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      build.gradle

+ 0
- 5
build.gradle View File

@@ -151,11 +151,6 @@ task createVersionConfig {
151 151
             def version = dp.moduleVersion.id
152 152
             targetFile << " " + version.group + " " + version.name + " " + version.version + "\n"
153 153
         }
154
-
155
-        // Copy to the build directory so it's accessible during tests
156
-        java.nio.file.Files.copy(targetFile.toPath(),
157
-            sourceSets.main.output.classesDir.toPath().resolve('com').resolve('dmdirc').resolve('version.config'),
158
-            java.nio.file.StandardCopyOption.REPLACE_EXISTING);
159 154
     }
160 155
 }
161 156
 

Loading…
Cancel
Save