File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 11rootProject.name = " aves"
2-
2+ pluginManagement {
3+ repositories {
4+ gradlePluginPortal()
5+ maven(" https://eldonexus.de/repository/maven-public/" )
6+ }
7+ }
38dependencyResolutionManagement {
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}
You can’t perform that action at this time.
0 commit comments