-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Java 17, MC 1.18, and bump version to 2.0
The primary change in this commit is to re-do the parts of the plugin that interacted with the org.ajave ebean dependency. This has now been replaced with the successor project io.ebeans. No major changes otherwise, beside the fact that initial installation requires manual work. This can be improved later perhaps, but this feature was removed from the underlying library, and the intent of this release is to do minimal changes. Due to this, however, the version has been bumped to 2.0 as this is a somewhat "breaking" change. On first run, the necessary SQL is printed to the logs, which must be run manually.
- Loading branch information
1 parent
7b32279
commit f7f1de6
Showing
9 changed files
with
1,323 additions
and
1,343 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 |
---|---|---|
|
@@ -30,3 +30,5 @@ | |
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
nb-configuration.xml |
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.