diff --git a/.gitignore b/.gitignore index 3537b26..165fef8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea/ /.gradle/ -/build/ \ No newline at end of file +/build/ +/target diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..9b31444 --- /dev/null +++ b/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-fernflower + jar + + OpenRS2 Fernflower + + + + org.assertj + assertj-core + + + junit + junit + + + + + ${project.basedir}/src + ${project.basedir}/test + + + net.revelc.code + impsort-maven-plugin + + true + + + + net.revelc.code.formatter + formatter-maven-plugin + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + +