Updated to libreforge 4

This commit is contained in:
Auxilor
2023-03-27 19:04:09 +01:00
parent 98690e936b
commit 107efb5f92
25 changed files with 362 additions and 464 deletions
+14
View File
@@ -0,0 +1,14 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.jpenilla.xyz/snapshots/")
maven("https://jitpack.io")
}
}
rootProject.name = "Boosters"
// Core
include(":eco-core")
include(":eco-core:core-plugin")