feat: port to minecraft 1.20.4
This commit is contained in:
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
@@ -162,11 +162,6 @@ The build workflow takes care of the following:
|
||||
|
||||
- Running a Gradle build, running our tests in the process and generating an aggregated code coverage report for the API
|
||||
modules.
|
||||
- Analyzing the code on SonarQube.
|
||||
> Because of
|
||||
> [limitations with SonarQube](https://portal.productboard.com/sonarsource/1-sonarcloud/c/50-sonarcloud-analyzes-external-pull-request),
|
||||
> pull requests originating from a fork aren't analyzed on SonarQube.
|
||||
|
||||
- Code style validation with Checkstyle.
|
||||
- Mutation and line coverage test with Pitest.
|
||||
- Uploading the artifacts on the action.
|
||||
|
||||
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -38,6 +38,7 @@ body:
|
||||
- Minecraft 1.18.2
|
||||
- Minecraft 1.19.2
|
||||
- Minecraft 1.20.1
|
||||
- Minecraft 1.20.4
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
||||
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -8,7 +8,8 @@ on:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
jobs:
|
||||
build:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/build.yml@v0.11.4
|
||||
with:
|
||||
mutation-testing: false
|
||||
sonarqube: false
|
||||
secrets: inherit
|
||||
|
||||
2
.github/workflows/draft-release.yml
vendored
2
.github/workflows/draft-release.yml
vendored
@@ -17,7 +17,7 @@ on:
|
||||
type: string
|
||||
jobs:
|
||||
draft:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/draft-release.yml@v0.11.4
|
||||
with:
|
||||
release-type: ${{ inputs.release-type }}
|
||||
version-number-override: ${{ inputs.version-number-override }}
|
||||
|
||||
@@ -4,4 +4,4 @@ on:
|
||||
types: [ labeled, unlabeled, reopened ]
|
||||
jobs:
|
||||
unsupported-labeler:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/issue-for-unsupported-version.yml@v0.11.4
|
||||
5
.github/workflows/publish-release.yml
vendored
5
.github/workflows/publish-release.yml
vendored
@@ -7,11 +7,12 @@ on:
|
||||
- closed
|
||||
jobs:
|
||||
publish-release:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/publish-release.yml@v0.11.4
|
||||
secrets: inherit
|
||||
with:
|
||||
project-name: 'Refined Storage'
|
||||
announce: true
|
||||
mutation-testing: false
|
||||
curseforge: true
|
||||
modrinth: true
|
||||
modrinth: true
|
||||
sonarqube: false
|
||||
2
.github/workflows/resolved-issue-locking.yml
vendored
2
.github/workflows/resolved-issue-locking.yml
vendored
@@ -4,4 +4,4 @@ on:
|
||||
- cron: '0 0 * * *'
|
||||
jobs:
|
||||
lock:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/resolved-issue-locking.yml@v0.11.4
|
||||
2
.github/workflows/validate-branch-name.yml
vendored
2
.github/workflows/validate-branch-name.yml
vendored
@@ -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.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-branch-name.yml@v0.11.4
|
||||
2
.github/workflows/validate-changelog.yml
vendored
2
.github/workflows/validate-changelog.yml
vendored
@@ -4,6 +4,6 @@ on:
|
||||
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
|
||||
jobs:
|
||||
validate-changelog:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.11.4
|
||||
with:
|
||||
validation-level: 'warn'
|
||||
@@ -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.7.1
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.11.4
|
||||
Reference in New Issue
Block a user