Skip to content

Commit

Permalink
Add missing Apache Commons 2.x dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsf committed Sep 4, 2024
1 parent affe5e6 commit 725842c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
implementation("com.j256.ormlite:ormlite-core:6.1")
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
implementation("com.iridium:IridiumTeams:2.5.8")
implementation("commons-lang:commons-lang:2.6")

// Other dependencies that are not required or already available at runtime
compileOnly("org.projectlombok:lombok:1.18.34")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public class SchematicManager {
|| Bukkit.getPluginManager().isPluginEnabled("AsyncWorldEdit");

public SchematicManager() {

availablePasters = new TreeMap<>();
availablePasters.put("internalAsync", new SchematicAsync());
if ((worldEdit) && WorldEdit.isWorking())
Expand Down

0 comments on commit 725842c

Please sign in to comment.