Skip to content

Commit ed85888

Browse files
committed
Added compilerComplianceLevel method, and classpathVariables method.
1 parent 5560c56 commit ed85888

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/diffplug/gradle/oomph/ConventionJdt.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
* markDefault = true // or false
4646
* executionEnvironments = ['JavaSE-1.6'] // any execution environments can be specified here.
4747
* }
48-
* compilerComplianceLevel(JavaVersion.VERSION_1_6)
49-
* //or
5048
* compilerComplianceLevel('1.6')
49+
* classpathVariable('myClasspath', '/var/lib/repo')
5150
* }
5251
* }
5352
* ```

0 commit comments

Comments
 (0)