Skip to content
Snippets Groups Projects
Commit df90ea47 authored by anttil's avatar anttil
Browse files

SWE-22 / SP-1216: Java 1.6 vs 1.7 ecj compile issue debugging

SVN: 31139
parent 4920733b
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ task wrapper(type: Wrapper) { ...@@ -9,6 +9,8 @@ task wrapper(type: Wrapper) {
} }
addSource = (sourceCompatibility == org.gradle.api.JavaVersion.VERSION_1_6) addSource = (sourceCompatibility == org.gradle.api.JavaVersion.VERSION_1_6)
print "Current JVM is "+sourceCompatibility+", explicit ecj source compability: "+addSource
sourceCompatibility='1.6' sourceCompatibility='1.6'
targetCompatibility='1.6' targetCompatibility='1.6'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment