Skip to content

Commit 07ee9ed

Browse files
committed
update minimum Java version
1 parent 59ee864 commit 07ee9ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ task javadocJar(type: Jar) {
4141
group = 'com.arangodb'
4242
version = '1.4.3'
4343
description = 'ArangoDB Velocypack'
44-
sourceCompatibility = '1.8'
44+
sourceCompatibility = '1.7'
4545

4646
publishing {
4747
publications {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
<artifactId>maven-compiler-plugin</artifactId>
108108
<version>3.2</version>
109109
<configuration>
110-
<source>1.6</source>
111-
<target>1.6</target>
110+
<source>1.7</source>
111+
<target>1.7</target>
112112
<compilerArgument></compilerArgument>
113113
</configuration>
114114
</plugin>

0 commit comments

Comments
 (0)