瀏覽代碼

Remove annoying build hack.

pull/272/head
Chris Smith 9 年之前
父節點
當前提交
842e46efe6
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. 0
    5
      build.gradle

+ 0
- 5
build.gradle 查看文件

@@ -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…
取消
儲存