Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit 58e1c73

Browse files
committed
build: added TAB to soft dependencies
1 parent bca609f commit 58e1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WGEF-Core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ spigot {
4646
apiVersion '1.17'
4747
version "${parent.version}+${indraGit.commit().abbreviate(7).name()}"
4848
depends 'WorldGuard'
49-
softDepends 'FastAsyncWorldEdit', 'Essentials'
49+
softDepends 'FastAsyncWorldEdit', 'Essentials', 'TAB'
5050
description 'Adds more flags to WorldGuard to help manage your server easily!'
5151
}

0 commit comments

Comments
 (0)