-
-
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.
Remove SQL module and related build configuration
The SQL module and its corresponding Gradle build configuration have been completely removed from the project. This includes the `SQLConnection` class, build dependencies, and the module's inclusion in the settings file. The change streamlines the project by eliminating unused or unnecessary components.
- Loading branch information
Showing
4 changed files
with
1 addition
and
106 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,10 +1,9 @@ | ||
rootProject.name = "core" | ||
include("adapters") | ||
include("files") | ||
include("functions") | ||
include("i18n") | ||
include("nbt") | ||
include("paper") | ||
include("adapters") | ||
include("sql") | ||
include("utils") | ||
include("version-checker") |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.