Skip to content

Commit

Permalink
build: upgrade refined architect and refined storage
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jun 18, 2024
1 parent d696075 commit 83e9469
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
build:
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.13.4
with:
mutation-testing: false
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
jobs:
draft:
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.13.4
with:
release-type: ${{ inputs.release-type }}
version-number-override: ${{ inputs.version-number-override }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-for-unsupported-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ labeled, unlabeled, reopened ]
jobs:
unsupported-labeler:
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.13.4
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
- closed
jobs:
publish-release:
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.13.4
secrets: inherit
with:
project-name: 'Refined Storage - Mekanism Integration'
mutation-testing: false
mutation-testing: false
javadoc: false
2 changes: 1 addition & 1 deletion .github/workflows/resolved-issue-locking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
- cron: '0 0 * * *'
jobs:
lock:
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.13.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-branch-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate branch name
on: [ pull_request ]
jobs:
validate-branch-name:
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.13.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.13.4
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Validate commit messages
on: [ pull_request ]
jobs:
validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.12.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.13.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## About

Mekanism integration for [Refined Storage](https://github.com/refinedmods/refinedstorage2).
[Mekanism](https://github.com/mekanism/Mekanism) integration for [Refined Storage](https://github.com/refinedmods/refinedstorage2).

## Links

Expand Down
12 changes: 7 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v0.12.1/helper.gradle"
plugins {
id 'java-library'
}

apply from: "https://raw.githubusercontent.com/refinedmods/refinedarchitect/v0.13.4/helper.gradle"

group = 'com.refinedmods.refinedstorage'

Expand All @@ -24,10 +28,8 @@ repositories {
}

dependencies {
implementation("com.refinedmods.refinedstorage2:refinedstorage2-platform-forge:${refinedstorageVersion}") {
transitive = false
}
compileOnly("mekanism:Mekanism:${minecraftVersion}-${mekanismVersion}:api")
api "com.refinedmods.refinedstorage2:refinedstorage2-platform-forge:${refinedstorageVersion}"
compileOnlyApi "mekanism:Mekanism:${minecraftVersion}-${mekanismVersion}:api"
runtimeOnly("mekanism:Mekanism:${minecraftVersion}-${mekanismVersion}:all") {
exclude(group: "com.blamejared.crafttweaker")
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
refinedstorageVersion=2.0.0-milestone.3.13
mekanismVersion=10.5.20.41
# Gradle
org.gradle.jvmargs=-Xmx1G
refinedstorageVersion=2.0.0-milestone.3.6
mekanismVersion=10.5.20.41
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Mekanism integration for Refined Storage.
[[dependencies.refinedstorage_mekanism_integration]]
modId = "refinedstorage2"
type = "required"
versionRange = "2.0.0-milestone.3.6"
versionRange = "2.0.0-milestone.3.13"
side = "BOTH"
[[dependencies.refinedstorage_mekanism_integration]]
modId = "mekanism"
Expand Down

0 comments on commit 83e9469

Please sign in to comment.