cache
Changes
pom.xml 8(+8 -0)
Details
pom.xml 8(+8 -0)
diff --git a/pom.xml b/pom.xml
index 780918f..4e88162 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,14 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>11</source>
+ <target>11</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
\ No newline at end of file