memoizeittf

mvn compiler plugin

12/22/2020 12:46:04 AM

Changes

pom.xml 8(+8 -0)

Details

pom.xml 8(+8 -0)

diff --git a/pom.xml b/pom.xml
index 9612303..3d5ff13 100755
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,14 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>9</source>
+                    <target>9</target>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
\ No newline at end of file