A Slimefun4 addon that adds magic weapons, food and an appraisal system. Through the appraisal system, you could even get an 10 star weapon or armor. / 这是一个Slimefun4附属,它添加了魔法武器、食物、武器鉴定系统
actions/setup-java
### [`v3.9.0`](https://togithub.com/actions/setup-java/releases/tag/v3.9.0)
[Compare Source](https://togithub.com/actions/setup-java/compare/v3.8.0...v3.9.0)
In scope of this release we add support for `.java-version` file ([https://github.com/actions/setup-java/pull/426](https://togithub.com/actions/setup-java/pull/426)). For more information about its usage please refer to the documentation.
```yaml
steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3
with:
distribution: ''
java-version-file: .java-version
- run: java HelloWorldApp.java
```
### [`v3.8.0`](https://togithub.com/actions/setup-java/releases/tag/v3.8.0)
[Compare Source](https://togithub.com/actions/setup-java/compare/v3.6.0...v3.8.0)
In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK ([https://github.com/actions/setup-java/pull/395](https://togithub.com/actions/setup-java/pull/395)) and updated [minimatch](https://togithub.com/actions/setup-java/pull/413) dependency.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v3.6.0
->v3.9.0
Release Notes
actions/setup-java
### [`v3.9.0`](https://togithub.com/actions/setup-java/releases/tag/v3.9.0) [Compare Source](https://togithub.com/actions/setup-java/compare/v3.8.0...v3.9.0) In scope of this release we add support for `.java-version` file ([https://github.com/actions/setup-java/pull/426](https://togithub.com/actions/setup-java/pull/426)). For more information about its usage please refer to the documentation. ```yaml steps: - uses: actions/checkout@v3 - name: Setup java uses: actions/setup-java@v3 with: distribution: 'Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.