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 59ee864 commit 07ee9edCopy full SHA for 07ee9ed
build.gradle
@@ -41,7 +41,7 @@ task javadocJar(type: Jar) {
41
group = 'com.arangodb'
42
version = '1.4.3'
43
description = 'ArangoDB Velocypack'
44
-sourceCompatibility = '1.8'
+sourceCompatibility = '1.7'
45
46
publishing {
47
publications {
pom.xml
@@ -107,8 +107,8 @@
107
<artifactId>maven-compiler-plugin</artifactId>
108
<version>3.2</version>
109
<configuration>
110
- <source>1.6</source>
111
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
112
<compilerArgument></compilerArgument>
113
</configuration>
114
</plugin>
0 commit comments