Skip to content

Commit

Permalink
Use YamlConfig from Paper repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 3, 2024
1 parent 97a865c commit 7daf657
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "ConcurrentUtil"]
path = ConcurrentUtil
url = https://github.com/Spottedleaf/ConcurrentUtil.git
[submodule "YamlConfig"]
path = YamlConfig
url = https://github.com/Spottedleaf/YamlConfig.git
1 change: 0 additions & 1 deletion YamlConfig
Submodule YamlConfig deleted from 67552e
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ allprojects {
mavenLocal {
mavenContent {
includeModule("ca.spottedleaf", "concurrentutil")
includeModule("ca.spottedleaf", "yamlconfig")
}
}
maven {
url "https://repo.papermc.io/repository/maven-public/"
mavenContent {
includeGroup("ca.spottedleaf")
}
}
maven {
Expand Down
5 changes: 0 additions & 5 deletions install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ git submodule update --init --recursive

cd ConcurrentUtil
mvn install

cd ..

cd YamlConfig
mvn install

0 comments on commit 7daf657

Please sign in to comment.