Skip to content

Commit 0459298

Browse files
authored
Dowgrade Reflections (Future Client Compatibility fix) (#217)
* Downgrade reflections to 0.9.2 Because Future compatibility breaks with it, despite 0x22 saying Future doesn't even use it. Cool!
1 parent f17f07f commit 0459298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989
exclude module: 'gson'
9090
}
9191

92-
jarLibs('org.reflections:reflections:0.10.2') {
92+
jarLibs('org.reflections:reflections:0.9.12') {
9393
exclude module: 'gson'
9494
exclude module: 'guava'
9595
}

0 commit comments

Comments
 (0)