diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index 8a3152c9..af0e8149 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -4,6 +4,7 @@ plugins { id("xyz.jpenilla.run-paper") } + dependencies { paperDevBundle("1.18.2-R0.1-SNAPSHOT") diff --git a/settings.gradle.kts b/settings.gradle.kts index 4ddcd3b3..9f02afca 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,7 +10,9 @@ plugins { id("com.gradle.enterprise") version("3.15") } + rootProject.name = "civmodcore" include(":paper") + project(":paper").name = rootProject.name + "-paper"