Преглед изворни кода

Fix createVersionConfig breaking in some cases.

We need to have built the classes so the directories exist.
Seems like this doesn't work on completely clean checkouts.
pull/101/head
Chris Smith пре 9 година
родитељ
комит
9eddde47a9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      build.gradle

+ 1
- 0
build.gradle Прегледај датотеку

@@ -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…
Откажи
Сачувај