Skip to content

Commit

Permalink
Fixed ReflectionUtil dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias de Bruijn committed May 13, 2021
1 parent c5574dd commit e7973f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ dependencies {
//We depend on the old HaroTorch so we can convert Torches to the v2 format
implementation 'com.github.TheDutchMC:HaroTorch:v1-SNAPSHOT'

compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile 'dev.array21:BukkitReflectionLib:1.0'
compile 'commons-io:commons-io:2.6'
compile 'com.github.TheDutchMC:BukkitReflectionUtil:1.1'

//Only used during development
//compile 'dev.array21:BukkitReflectionLib:1.0'
}

task testJar(type: ShadowJar) {
Expand Down

0 comments on commit e7973f2

Please sign in to comment.