We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9df85 commit f1b9098Copy full SHA for f1b9098
1 file changed
extractor/build.gradle
@@ -29,8 +29,6 @@ dependencies {
29
implementation 'org.jsoup:jsoup:1.17.2'
30
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
31
32
- // do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
33
- // available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
34
implementation 'org.mozilla:rhino:1.7.15'
35
36
checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
0 commit comments