kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Consolidate Rhino Version
rodzic
0c3ac0a308
commit
da1e0e72b0
|
@ -22,6 +22,10 @@ checkstyleTest {
|
|||
enabled false // do not checkstyle test files
|
||||
}
|
||||
|
||||
ext {
|
||||
rhinoVersion = '1.8.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':timeago-parser')
|
||||
|
||||
|
@ -29,8 +33,8 @@ dependencies {
|
|||
implementation 'org.jsoup:jsoup:1.17.2'
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
|
||||
implementation 'org.mozilla:rhino:1.8.0'
|
||||
implementation 'org.mozilla:rhino-engine:1.8.0'
|
||||
implementation "org.mozilla:rhino:$rhinoVersion"
|
||||
implementation "org.mozilla:rhino-engine:$rhinoVersion"
|
||||
|
||||
checkstyle "com.puppycrawl.tools:checkstyle:$checkstyleVersion"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue