diff --git a/Java/.gitignore b/Java/.gitignore index 2d7e4dc5..aab96b4c 100644 --- a/Java/.gitignore +++ b/Java/.gitignore @@ -1 +1,5 @@ -*.class +.idea/ +*.iml +target/ + +.classpath diff --git a/Java/pom.xml b/Java/pom.xml index 5fb42af4..6bc19860 100644 --- a/Java/pom.xml +++ b/Java/pom.xml @@ -24,6 +24,13 @@ + + maven-compiler-plugin + + 1.8 + 1.8 + +