-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to 1.20.5 #4186
Merged
Merged
Update to 1.20.5 #4186
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3b8b94e
Update to 1.20.5
WalshyDev f0e4fed
Keep old isMinecraftVersion func
WalshyDev bd6c7e4
Update src/main/java/io/github/thebusybiscuit/slimefun4/utils/compati…
WalshyDev 62b3969
Update mockbukkit
J3fftw1 11564f4
Update Junit and maven plugin versions, update mockbukkit to latest f…
md5sha256 e6b6af5
Refactor AbstractLocateRegexCheck to detect and return null if the lo…
md5sha256 e18156b
Refactor to use a permission check in the TestGuideCommand
md5sha256 3a0612b
Fix TestBiomeMapCompatibility failing due to JsonUtils neeeding Slime…
md5sha256 ccda59a
Refactor versioned classes to use the Registry api
md5sha256 9a30d31
Mark the paper-api dependency in the provided scope
md5sha256 279db22
Check if getBasePotionType can be used before using it
md5sha256 6ac44b3
Revert "Refactor versioned classes to use the Registry api"
md5sha256 72beb28
Refactor VersionedEntityType and VersionedEnchantment to use the regi…
md5sha256 118ed68
Mark the paper-api dependency in the test scope, update comment
md5sha256 23fc4f9
Refactor MinecraftVersion to include a range of minor patches which a…
md5sha256 87e4fc4
Make tests pass and update to dough pr
WalshyDev 166e6fa
Update CI
WalshyDev 1330a87
Update dough and move fireworkutils to registry
WalshyDev cf98cd8
Update dough to HEAD
WalshyDev 283a896
chore: various changes to 1.20.5 branch (#4240)
ybw0014 2082304
Update src/test/java/io/github/thebusybiscuit/slimefun4/core/services…
WalshyDev 0b23a1e
Update src/main/java/io/github/thebusybiscuit/slimefun4/api/Minecraft…
WalshyDev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
||
- name: Set up Java JDK 17 | ||
- name: Set up Java JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
java-version: '21' | ||
java-package: jdk | ||
architecture: x64 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,11 +18,11 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
java-version: '21' | ||
java-package: jdk | ||
architecture: x64 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,11 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
java-version: '21' | ||
java-package: jdk | ||
architecture: x64 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
java-version: '21' | ||
java-package: jdk | ||
architecture: x64 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
java-version: '21' | ||
java-package: jdk | ||
architecture: x64 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up JDK 17 | ||
- name: Set up JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
distribution: 'adopt' | ||
java-version: '17' | ||
java-version: '21' | ||
java-package: jdk | ||
architecture: x64 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-SNAPSHOT is still latest version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep that's latest -- probably worth pinning again once we're in .21