mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 12:12:08 -07:00
[ci skip] Add a test plugin (#6133)
This commit is contained in:
@@ -8,3 +8,10 @@ pluginManagement {
|
||||
rootProject.name = "Paper"
|
||||
|
||||
include("Paper-API", "Paper-Server", "Paper-MojangAPI")
|
||||
|
||||
val testPlugin = file("test-plugin.settings.gradle.kts")
|
||||
if (testPlugin.exists()) {
|
||||
apply(from = testPlugin)
|
||||
} else {
|
||||
testPlugin.writeText("// Uncomment to enable the test plugin module\n//include(\":test-plugin\")\n")
|
||||
}
|
||||
|
Reference in New Issue
Block a user