Skip to content

Commit

Permalink
Use ConcurrentUtil from Paper repo and use release of YamlConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 4, 2024
1 parent 9149ac9 commit 9b1adfd
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
key: ${{ runner.os }}-project-local-gradle-caches-${{ hashFiles('**/libs.versions.toml', '**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-project-local-gradle-caches-
- name: "setup dependencies"
run: ./install_deps.sh
- name: "execute gradle build"
run: ./gradlew build
- name: Determine Snapshot Status
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "ConcurrentUtil"]
path = ConcurrentUtil
url = https://github.com/Spottedleaf/ConcurrentUtil.git
1 change: 0 additions & 1 deletion ConcurrentUtil
Submodule ConcurrentUtil deleted from 08d3ca
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ allprojects {
}

repositories {
mavenLocal {
mavenContent {
includeModule("ca.spottedleaf", "concurrentutil")
}
}
maven {
url "https://repo.papermc.io/repository/maven-public/"
mavenContent {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ neoform_version=1.21.4-20241203.161809
fabric_api_version=0.110.5+1.21.4
snakeyaml_version=2.3
concurrentutil_version=0.0.2-SNAPSHOT
yamlconfig_version=1.0.2-SNAPSHOT
yamlconfig_version=1.0.2
cloth_version=16.0.141
modmenu_version=13.0.0-beta.1
junit_version=5.11.3
Expand Down
7 changes: 0 additions & 7 deletions install_deps.sh

This file was deleted.

1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ include("neoforge")
findProject(":neoforge").name = "Moonrise-NeoForge"

// includeBuild("../YamlConfig") // Uncomment to use local YamlConfig
// includeBuild("../ConcurrentUtil") // Uncomment to use local ConcurrentUtil

0 comments on commit 9b1adfd

Please sign in to comment.