We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5560c56 commit ed85888Copy full SHA for ed85888
src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java
@@ -45,9 +45,8 @@
45
* markDefault = true // or false
46
* executionEnvironments = ['JavaSE-1.6'] // any execution environments can be specified here.
47
* }
48
- * compilerComplianceLevel(JavaVersion.VERSION_1_6)
49
- * //or
50
* compilerComplianceLevel('1.6')
+ * classpathVariable('myClasspath', '/var/lib/repo')
51
52
53
* ```
0 commit comments