Browse Source

Merge pull request #101 from csmith/version-config

Fix createVersionConfig breaking in some cases.
pull/102/head
Greg Holmes 9 years ago
parent
commit
3fffa7ffd0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.gradle

+ 1
- 0
build.gradle View File

@@ -153,6 +153,7 @@ task createVersionConfig << {
153 153
        java.nio.file.StandardCopyOption.REPLACE_EXISTING);
154 154
 }
155 155
 
156
+createVersionConfig.dependsOn classes
156 157
 jar.dependsOn createVersionConfig
157 158
 test.dependsOn createVersionConfig
158 159
 

Loading…
Cancel
Save