Skip to content

Commit 4a2e289

Browse files
Update dependency net.onelitefeather:mycelium-bom to v1.4.3 (#39)
* Update dependency net.onelitefeather:mycelium-bom to v1.4.3 * Fix item test cases --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: theEvilReaper <theEvilReaper@users.noreply.github.com>
1 parent 1a194c1 commit 4a2e289

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

settings.gradle.kts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
rootProject.name = "aves"
2-
2+
pluginManagement {
3+
repositories {
4+
gradlePluginPortal()
5+
maven("https://eldonexus.de/repository/maven-public/")
6+
}
7+
}
38
dependencyResolutionManagement {
49
repositories {
510
mavenCentral()
@@ -21,14 +26,17 @@ dependencyResolutionManagement {
2126
}
2227
versionCatalogs {
2328
create("libs") {
24-
version("bom", "1.4.5")
29+
version("bom", "1.4.3")
30+
version("publishdata", "1.4.0")
2531
library("mycelium.bom", "net.onelitefeather", "mycelium-bom").versionRef("bom")
2632
library("minestom","net.minestom", "minestom").withoutVersion()
2733
library("adventure", "net.kyori", "adventure-text-minimessage").withoutVersion()
2834
library("cyano", "net.onelitefeather", "cyano").withoutVersion()
2935
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").withoutVersion()
3036
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").withoutVersion()
3137
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").withoutVersion()
38+
39+
plugin("publishdata", "de.chojo.publishdata").versionRef("publishdata")
3240
}
3341
}
3442
}

0 commit comments

Comments
 (0)