Write compiler and stdlib versions from gradle build

This commit is contained in:
Ilya Gorbunov
2017-10-28 03:07:46 +03:00
parent 6fe299cd5b
commit 093f796fc7
5 changed files with 54 additions and 23 deletions
+3
View File
@@ -20,3 +20,6 @@ tasks.withType<JavaCompile> {
sourceCompatibility = "1.6"
targetCompatibility = "1.6"
}
if (project.hasProperty("teamcity"))
tasks["compileJava"].dependsOn(":prepare:build.version:writeCompilerVersion")