ad403ce73e
Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.0.2 to 4.2.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.0.2...4.2.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
775 B
Groovy
20 lines
775 B
Groovy
test {
|
|
// Pass on downloader type to tests for different CI jobs. See DownloaderFactory.java and ci.yml
|
|
if (System.properties.containsKey('downloader')) {
|
|
systemProperty('downloader', System.getProperty('downloader'))
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':timeago-parser')
|
|
|
|
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
|
|
implementation 'org.jsoup:jsoup:1.13.1'
|
|
implementation 'org.mozilla:rhino:1.7.13'
|
|
implementation 'com.github.spotbugs:spotbugs-annotations:4.2.3'
|
|
implementation 'org.nibor.autolink:autolink:0.10.0'
|
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
|
|
testImplementation 'com.google.code.gson:gson:2.8.7'
|
|
}
|