Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
LootingVI committed Oct 14, 2024
2 parents 49d49f3 + 346f576 commit f637d4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
java-version: '21'
distribution: 'corretto'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Join our discord [EZ-Development](https://discord.gg/aFKtmjAVxT ":)")
```/bankhelp``` to see a list of commands ingame

(requires Vault and Economy Plugin)

Some stuff:
Some utils classes are from: https://github.com/HttpMarco/osgan
Sign gui are from: https://github.com/Rapha149/SignGUI

0 comments on commit f637d4e

Please sign in to comment.