Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Apr 30, 2024
1 parent 596c793 commit 42efdc7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
build:
uses: constellation-mc/actions/.github/workflows/gradle-build.yml@main
with:
java: 17
java: 21
gradle_tasks: spotbugs
reviewdog: |
cat ./build/reports/spotbugs/main/spotbugs.sarif | reviewdog -name="spotbugs" -f=sarif -reporter=github-check -level=warning
run_tests:
uses: constellation-mc/actions/.github/workflows/mc-tests.yml@main
with:
java: 17
java: 21
client_task: runTestClient
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
publish:
uses: constellation-mc/actions/.github/workflows/mc-publish.yml@main
with:
java: 17
java: 21
version_type: ${{ inputs.version_type }}
secrets: inherit
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
# Mod Properties
mod_version=0.11.2
maven_group=me.melontini
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
dark-matter = "4.0.1-1.20.4-build.77"
dark-matter = "4.0.1-1.20.5-build.79"

[libraries]
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version = "0.15.10" }
Expand All @@ -11,9 +11,9 @@ dark-matter-enums = { group = "me.melontini", name = "dark-matter-enums", versio
dark-matter-recipe-book = { group = "me.melontini", name = "dark-matter-recipe-book", version.ref = "dark-matter" }
dark-matter-item-group = { group = "me.melontini", name = "dark-matter-item-group", version.ref = "dark-matter" }

owo = { group = "io.wispforest", name = "owo-lib", version = "0.12.6+1.20.3" }
owo = { group = "io.wispforest", name = "owo-lib", version = "0.12.7+1.20.5" }

handy-tests = { group = "me.melontini", name = "handy-tests", version = "0.1.0-1.20.4-build.5" }
handy-tests = { group = "me.melontini", name = "handy-tests", version = "0.1.0-1.20.5-build.7" }

[plugins]
fabric-loom = { id = "fabric-loom", version = "1.6.11" }
Expand Down

0 comments on commit 42efdc7

Please sign in to comment.