Skip to content

Commit 0844d73

Browse files
Aditya JoshiAditya Joshi
authored andcommitted
DOT-4804 : Downgraded java version to 8, to support integration with GS
1 parent 4b69c92 commit 0844d73

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
@@ -127,10 +127,10 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>2.3.2</version>
130+
<version>3.8.1</version>
131131
<configuration>
132-
<source>8</source>
133-
<target>8</target>
132+
<source>1.8</source>
133+
<target>1.8</target>
134134
</configuration>
135135
</plugin>
136136
<plugin>

0 commit comments

Comments
 (0)