diff --git a/build.gradle.kts b/build.gradle.kts index f15ee84..3d8e1c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -80,9 +80,6 @@ indra { minimumToolchain(17) } - // publishSnapshotsTo("xpdustry", "https://maven.xpdustry.com/snapshots") - // publishReleasesTo("xpdustry", "https://maven.xpdustry.com/releases") - // The license of your project, kyori has already functions for the most common licenses // such as gpl3OnlyLicense() for GPLv3, apache2License() for Apache 2.0, etc. // You can still specify your own license using the license { } builder function. @@ -103,6 +100,20 @@ indra { name.set("xpdustry") url.set("https://www.xpdustry.com") } + + developers { + developer { + id.set("Phinner") + } + + developer { + id.set("QmelZ") + } + + developer { + id.set("Cat700") + } + } } } }