Skip to content

Commit 2f7c600

Browse files
committed
Branch 2.1.x is built for Java 1.8.
1 parent e387710 commit 2f7c600

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'signing'
66
group = 'org.dom4j'
77
archivesBaseName = 'dom4j'
88

9-
sourceCompatibility = 1.5
9+
sourceCompatibility = 1.8
1010

1111
tasks.withType(JavaCompile) + tasks.withType(Javadoc) {
1212
options.encoding = 'UTF-8'

0 commit comments

Comments
 (0)