Skip to content

Commit

Permalink
Update test-deployment-maven to be compatible with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshwara Hananda committed Jan 3, 2021
1 parent 72b6b77 commit 5815beb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ under the License.
<url>https://repo.grakn.ai/repository/maven-snapshot/</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.grakn.client</groupId>
Expand Down

0 comments on commit 5815beb

Please sign in to comment.