mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
Merge pull request #1279 from litetex/replace-spotbugs-with-jsr305
Only include ``jsr305`` and not complete spotbugs
This commit is contained in:
commit
e506ad3212
@ -28,7 +28,7 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
|
||||||
spotbugsVersion = "4.8.6"
|
jsr305Version = "3.0.2"
|
||||||
junitVersion = "5.11.4"
|
junitVersion = "5.11.4"
|
||||||
checkstyleVersion = "10.4"
|
checkstyleVersion = "10.4"
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||||
implementation 'org.jsoup:jsoup:1.17.2'
|
implementation 'org.jsoup:jsoup:1.17.2'
|
||||||
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
|
|
||||||
// do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
|
// do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not
|
||||||
// available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
|
// available on Android (even when using desugaring), and `NoClassDefFoundError` is thrown
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||||
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
|
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user