diff --git a/.gitignore b/.gitignore index 561bf21..b394662 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -divinemc-api -divinemc-server +# Purpur-API and Purpur-Server changes +DivineMC-API +DivineMC-Server -scripts +# IDE and Gradle things build .gradle run diff --git a/gradle.properties b/gradle.properties index 8943cc2..e258418 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ group = gq.bxteam.divinemc version = 1.20-R0.1-SNAPSHOT -purpurRef = 6f7b685add9365d1f92f76826a3913d8557a041a +purpurRef = 07972189c7090b03f3be12139b6da6c6577bdaa6 org.gradle.caching = true org.gradle.parallel = true