Skip to content

Commit a26786f

Browse files
authored
Merge pull request #18 from greydaemon/DOT-4804
DOT-4804 : Downgraded java version to 8, to support integration with GS
2 parents bae1eaa + 0844d73 commit a26786f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-compiler-plugin</artifactId>
151-
<version>2.3.2</version>
151+
<version>3.8.1</version>
152152
<configuration>
153-
<source>8</source>
154-
<target>8</target>
153+
<source>1.8</source>
154+
<target>1.8</target>
155155
</configuration>
156156
</plugin>
157157
<plugin>

0 commit comments

Comments
 (0)