Skip to content

Commit

Permalink
removed PlotSquared from compile files
Browse files Browse the repository at this point in the history
  • Loading branch information
ytnoos committed Nov 8, 2024
1 parent 12a0198 commit 37de4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.boydti.fawe.bukkit.filter;

import com.boydti.fawe.object.RunnableVal;
import com.boydti.fawe.regions.general.CuboidRegionFilter;
import com.intellectualcrafters.plot.object.RunnableVal;
import com.intellectualcrafters.plot.util.TaskManager;
import com.boydti.fawe.util.TaskManager;
import com.sk89q.worldedit.BlockVector2D;
import java.util.ArrayDeque;
import java.util.Collection;
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compile 'org.yaml:snakeyaml:1.33'
compile 'com.google.code.gson:gson:2.8.9'
compile 'net.fabiozumbi12:redprotect:1.9.6'
compile files ('../libs/PlotSquared-Bukkit-3.823.jar')
compileOnly files ('../libs/PlotSquared-Bukkit-3.823.jar')
compile 'org.primesoft:BlocksHub:2.0'
compile 'com.github.luben:zstd-jni:1.1.1'
// compile 'org.javassist:javassist:3.22.0-CR1'
Expand Down

0 comments on commit 37de4dd

Please sign in to comment.