Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit c710dd8

Browse files
authored
Update pom.xml
1 parent 3b1bf24 commit c710dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<name>ProKitID Android Libs</name>
1313

1414
<properties>
15-
<maven.compiler.source>8</maven.compiler.source>
16-
<maven.compiler.target>8</maven.compiler.target>
15+
<maven.compiler.source>1.8</maven.compiler.source>
16+
<maven.compiler.target>1.8</maven.compiler.target>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
</properties>
1919

@@ -55,8 +55,8 @@
5555
<artifactId>maven-compiler-plugin</artifactId>
5656
<version>3.10.1</version>
5757
<configuration>
58-
<source>8</source>
59-
<target>8</target>
58+
<source>1.8</source>
59+
<target>1.8</target>
6060
</configuration>
6161
</plugin>
6262
</plugins>

0 commit comments

Comments
 (0)