Skip to content

Commit 018f45c

Browse files
committed
Added ProjectEssentials-Cooldown dependencity.
1 parent ee397b1 commit 018f45c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ dependencies {
9898
name: "ProjectEssentials-Core",
9999
version: "v1.14.4-1.+"
100100
)
101+
compile(
102+
group: "com.github.projectessentials",
103+
name: "ProjectEssentials-Cooldown",
104+
version: "v1.14.4-1.+"
105+
)
101106
}
102107

103108
task installMods(type: Copy) {

0 commit comments

Comments
 (0)