diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 68164e1..369b6e2 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,12 @@ + + org.projectlombok + lombok + 1.18.42 + provided + org.spigotmc spigot-api @@ -86,6 +92,8 @@ com.softwarerat GameAPI 1.6.4-SNAPSHOT + system + ${project.basedir}/GameAPI-1.6.4-SNAPSHOT.jar org.jetbrains