Skip to content

Commit 931dfec

Browse files
committed
Implement annotations
1 parent a4e52cc commit 931dfec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'me.dkim19375'
6-
version '2.3.1'
6+
version '2.3.2'
77

88
repositories {
99
mavenCentral()
@@ -19,4 +19,5 @@ dependencies {
1919
compileOnly 'me.clip:placeholderapi:2.10.9'
2020
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4'
2121
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
22+
implementation 'org.jetbrains:annotations:16.0.2'
2223
}

0 commit comments

Comments
 (0)