chore: impl設定
This commit is contained in:
parent
bc1ea79648
commit
79aab94341
|
|
@ -50,6 +50,7 @@ tasks {
|
|||
exclude(dependency("net.hareworks:GhostDisplays"))
|
||||
exclude(dependency("net.hareworks:kommand-lib"))
|
||||
exclude(dependency("net.hareworks:permits-lib"))
|
||||
exclude(project(":visualizer-lib"))
|
||||
}
|
||||
dependencies {
|
||||
exclude(dependency("org.jetbrains.kotlin:kotlin-stdlib"))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
rootProject.name = "lands-root"
|
||||
|
||||
include("lands-plugin")
|
||||
project(":lands-plugin").name = "lands"
|
||||
include("visualizer-lib")
|
||||
|
||||
if (gradle.parent == null) {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@ plugins {
|
|||
kotlin("jvm") version "2.2.21"
|
||||
}
|
||||
|
||||
group = "net.hareworks.hcu"
|
||||
version = "1.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user