forked from MinecraftWars/Gringotts
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add basic database logic * Add basic database logic * Update to java 17 * Switch from cents to totalValue * Pending changes * Bump EBean from 2.8.1 to 15.4.0 + data migration support * Fix NPE * Improve AccountChests cache * Event driven vault suppression & depend on Paper * AccountChest cacheBalance tracking * Register PendingOperations * Apply PendingOperation * Update version number * Add jitpack.yml * Jitpack update maven
- Loading branch information
1 parent
f7ade10
commit cb98b65
Showing
23 changed files
with
716 additions
and
203 deletions.
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.apt.aptEnabled=false | ||
org.eclipse.jdt.apt.aptEnabled=true | ||
org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations | ||
org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
jdk: | ||
- openjdk17 | ||
before_install: | ||
- sdk install java 17.0.3-open | ||
- sdk use java 17.0.3-open | ||
- sdk install maven | ||
- mvn -v |
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
Oops, something went wrong.