Updated to JDK >= 11 on CIs and switched to Gradle 7.0.1
This commit is contained in:
parent
f580f0f7f2
commit
ec049c7485
6 changed files with 13 additions and 11 deletions
|
@ -57,7 +57,6 @@ dependencies {
|
|||
implementation 'net.thauvin.erik:cryptoprice:0.9.0-SNAPSHOT'
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.0.3'
|
||||
|
||||
|
||||
implementation 'org.json:json:20210307'
|
||||
implementation 'org.jsoup:jsoup:1.13.1'
|
||||
implementation 'org.twitter4j:twitter4j-core:4.0.7'
|
||||
|
@ -73,6 +72,9 @@ dependencies {
|
|||
}
|
||||
|
||||
test {
|
||||
testLogging {
|
||||
exceptionFormat "full"
|
||||
}
|
||||
useTestNG() {
|
||||
options.suites('src/test/resources/testng.xml')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue