Remove heimdall and tool project.

This commit is contained in:
Liv Gorence
2023-01-26 20:36:48 -08:00
parent cf2a812b75
commit cec3b1297a
84 changed files with 3 additions and 2560 deletions

View File

@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
java
id("gay.pizza.foundation.concrete-root") version "0.6.0-SNAPSHOT"
id("gay.pizza.foundation.concrete-plugin") version "0.6.0-SNAPSHOT" apply false
id("gay.pizza.foundation.concrete-root") version "0.6.0"
id("gay.pizza.foundation.concrete-plugin") version "0.6.0" apply false
}
allprojects {
@ -60,7 +60,7 @@ subprojects {
concrete {
minecraftServerPath.set("server")
paperVersionGroup.set("1.18")
paperServerVersionGroup.set("1.18")
paperApiVersion.set("1.18.2-R0.1-SNAPSHOT")
acceptServerEula.set(true)
}