Moved to gradle & started work on separating API and plugin
This commit is contained in:
10
settings.gradle.kts
Normal file
10
settings.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "TerminatorPlus"
|
||||
include("TerminatorPlus-Plugin")
|
||||
include("TerminatorPlus-API")
|
||||
Reference in New Issue
Block a user