Skip to content

Commit ea2c9c0

Browse files
committed
Remove publishdata plugin usage (#45)
* Remove publishdata plugin definition and plugin portal integration * Switch from publishdata to the standard publishing style * Revert downgrade of the mycelium bom version --------- Co-authored-by: theEvilReaper <theEvilReaper@users.noreply.github.com>
1 parent 1717ed7 commit ea2c9c0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

settings.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
rootProject.name = "aves"
2-
pluginManagement {
3-
repositories {
4-
gradlePluginPortal()
5-
maven("https://eldonexus.de/repository/maven-public/")
6-
}
7-
}
2+
83
dependencyResolutionManagement {
94
repositories {
105
mavenCentral()
@@ -27,16 +22,13 @@ dependencyResolutionManagement {
2722
versionCatalogs {
2823
create("libs") {
2924
version("bom", "1.4.5")
30-
version("publishdata", "1.4.0")
3125
library("mycelium.bom", "net.onelitefeather", "mycelium-bom").versionRef("bom")
3226
library("minestom","net.minestom", "minestom").withoutVersion()
3327
library("adventure", "net.kyori", "adventure-text-minimessage").withoutVersion()
3428
library("cyano", "net.onelitefeather", "cyano").withoutVersion()
3529
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").withoutVersion()
3630
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
3731
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").withoutVersion()
38-
39-
plugin("publishdata", "de.chojo.publishdata").versionRef("publishdata")
4032
}
4133
}
4234
}

0 commit comments

Comments
 (0)