Skip to content

Commit 31775a9

Browse files
committed
Remove publishdata plugin definition and plugin portal integration
1 parent b2dc4a2 commit 31775a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

settings.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@ dependencyResolutionManagement {
2727
versionCatalogs {
2828
create("libs") {
2929
version("bom", "1.4.5")
30-
version("publishdata", "1.4.0")
3130
library("mycelium.bom", "net.onelitefeather", "mycelium-bom").versionRef("bom")
3231
library("minestom","net.minestom", "minestom").withoutVersion()
3332
library("adventure", "net.kyori", "adventure-text-minimessage").withoutVersion()
3433
library("cyano", "net.onelitefeather", "cyano").withoutVersion()
3534
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").withoutVersion()
3635
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
3736
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").withoutVersion()
38-
39-
plugin("publishdata", "de.chojo.publishdata").versionRef("publishdata")
4037
}
4138
}
4239
}

0 commit comments

Comments
 (0)