Skip to content

Commit

Permalink
Remove SQL module and related build configuration
Browse files Browse the repository at this point in the history
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
NonSwag committed Feb 12, 2025
1 parent e7b1684 commit 2116568
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 106 deletions.
3 changes: 1 addition & 2 deletions settings.gradle.kts
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")
1 change: 0 additions & 1 deletion sql/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions sql/build.gradle.kts

This file was deleted.

62 changes: 0 additions & 62 deletions sql/src/main/java/core/sql/SQLConnection.java

This file was deleted.

0 comments on commit 2116568

Please sign in to comment.