Skip to content

Commit b657424

Browse files
committed
Remove junit exclusion from compileOnly bukkit.
1 parent 85d744d commit b657424

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ repositories {
4343
}
4444

4545
dependencies {
46-
compileOnly('org.bukkit:bukkit:1.13.2-R0.1-SNAPSHOT') {
47-
exclude group: 'junit', module: 'junit'
48-
}
46+
compileOnly 'org.bukkit:bukkit:1.13.2-R0.1-SNAPSHOT'
4947

5048
implementation('com.github.MilkBowl:VaultAPI:1.7') {
5149
exclude group: 'org.bukkit', module: 'bukkit'

0 commit comments

Comments
 (0)