diff --git a/.gitignore b/.gitignore index 785c6a7..3819565 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,8 @@ bin/ .classpath .project +# Eclipse JDT LS +workspace/ + # macOS *.DS_Store diff --git a/gradle.properties b/gradle.properties index cb8c6a4..4efa46d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs = -Xmx1G org.gradle.parallel = true # Mod Properties -version = 1.0.0+1.18.2 +version = 1.0.0+1.19 maven_group = com.example archives_base_name = example_mod