Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit dd6f62d

Browse files
committed
#402 Depending on Java 9
1 parent 76c940b commit dd6f62d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
id "com.github.jk1.dependency-license-report" version "1.3"
88
}
99

10-
sourceCompatibility = "1.8"
11-
targetCompatibility = "1.8"
10+
sourceCompatibility = "9"
11+
targetCompatibility = "9"
1212

1313
repositories {
1414
mavenLocal()

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=com.marklogic
22
javadocsDir=../gh-pages-marklogic-java/javadocs
3-
version=3.17.0
4-
mlJavaclientUtilVersion=3.14.0
3+
version=4.0-beta1
4+
mlJavaclientUtilVersion=4.0-beta1
55
mlJunitVersion=3.2.0
66

0 commit comments

Comments
 (0)