Skip to content

Commit

Permalink
fixes tests (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
EquipableMC committed Sep 3, 2024
1 parent 7e1929b commit 952580a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ dependencies {
implementation group: 'net.milkbowl.vault', name: 'Vault', version: '1.7.3', {
exclude group: 'org.bstats', module: 'bstats-bukkit'
}

compileOnly 'me.lucko:spark-api:0.1-SNAPSHOT'
implementation group: 'me.lucko', name: 'spark-api', version: '0.1-SNAPSHOT'

implementation fileTree(dir: 'lib', include: '*.jar')

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands:
permission: skript.admin
usage: /skript help

softdepend: [SQLibrary, Vault, WorldGuard, Residence, PreciousStones, GriefPrevention]
softdepend: [SQLibrary, Vault, WorldGuard, Residence, PreciousStones, GriefPrevention, Spark]

permissions:
skript.*:
Expand Down

0 comments on commit 952580a

Please sign in to comment.