-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependencies and remove core and jetbrains annotations (#50)
* Update dependencies in build.gradle.kts files Upgraded 'version-checker' in velocity to 1.2.1 and 'paper' in paper to 1.5.2. This ensures compatibility with the latest features and bug fixes. * [ci skip] Set Dependabot update interval to daily Changed the schedule for Dependabot checks from weekly to daily. This ensures that dependencies are checked and updated more frequently, improving security and keeping the project up-to-date. * Update dependencies and Java configuration Upgraded various dependencies for improved stability and compatibility, including updates to Lombok, bstats, and core files. Modified the Java toolchain setup to use a more precise language version configuration. Incremented the version numbers for API and necessary plugins. * Apply `@NullMarked` annotation and remove package-info.java Added the `@NullMarked` annotation to several interfaces for improved nullability handling. The redundant `package-info.java` file was deleted to streamline package-level annotations. * Remove package-info.java files and add @NullMarked annotations Deleted package-info.java files to eliminate redundant nullability annotations. Integrated @NullMarked annotations directly into classes for improved null-safety handling. * Refactor code for Nullmarked annotations support. Integrated @NullMarked annotations across several classes to improve nullness checking consistency. Adjusted method calls to use the plugin's server instance instead of direct Bukkit calls for better encapsulation. Also removed redundant package-info.java files. * [ci skip] Update version properties for game and velocity Extended the game version range to include 1.21.3. Added support for velocity version 3.4 alongside 3.3 in the properties file. * Replace JetBrains @nullable with JSpecify @nullable Standardize @nullable annotations across the codebase by replacing JetBrains @nullable with JSpecify @nullable. This change enhances consistency and improves annotation processing.
- Loading branch information
Showing
58 changed files
with
172 additions
and
212 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
3 changes: 3 additions & 0 deletions
3
api/src/main/java/net/thenextlvl/commander/CommandFinder.java
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
2 changes: 2 additions & 0 deletions
2
api/src/main/java/net/thenextlvl/commander/CommandRegistry.java
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
4 changes: 3 additions & 1 deletion
4
api/src/main/java/net/thenextlvl/commander/PermissionOverride.java
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
10 changes: 0 additions & 10 deletions
10
api/src/main/java/net/thenextlvl/commander/package-info.java
This file was deleted.
Oops, something went wrong.
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,2 @@ | ||
gameVersions=1.21 | ||
velocityVersions=3.3 | ||
gameVersions=1.21-1.21.3 | ||
velocityVersions=3.3,3.4 |
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
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
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
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
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
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.