Skip to content

Commit

Permalink
Fix Github build (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerkok committed Apr 24, 2024
1 parent fe63856 commit 29048f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [17]
java: [21]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ Desktop.ini
.DS_Store


.vscode/settings.json
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.rutgerkok.betterenderchest</groupId>
<artifactId>BetterEnderChest</artifactId>
<version>2.6.10</version>
<version>2.6.11-SNAPSHOT</version>
<name>BetterEnderChest</name>
<description>Spigot plugin that adds functionality for both players and admins to the Ender Chest.</description>
<url>https://github.com/rutgerkok/BetterEnderChest</url>
Expand Down

0 comments on commit 29048f1

Please sign in to comment.