Upgraded to Kotlin 1.4.0-rc
This commit is contained in:
parent
8cd309e3a3
commit
d7bfd70fa9
1 changed files with 4 additions and 7 deletions
11
build.gradle
11
build.gradle
|
@ -4,11 +4,11 @@ plugins {
|
||||||
id 'com.github.ben-manes.versions' version '0.29.0'
|
id 'com.github.ben-manes.versions' version '0.29.0'
|
||||||
id 'com.github.spotbugs' version '4.5.0'
|
id 'com.github.spotbugs' version '4.5.0'
|
||||||
id 'idea'
|
id 'idea'
|
||||||
id 'io.gitlab.arturbosch.detekt' version '1.11.0-RC1'
|
id 'io.gitlab.arturbosch.detekt' version '1.11.0-RC2'
|
||||||
id 'jacoco'
|
id 'jacoco'
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
|
id 'org.jetbrains.kotlin.jvm' version '1.4.0-rc'
|
||||||
id 'org.sonarqube' version '3.0'
|
id 'org.sonarqube' version '3.0'
|
||||||
id 'pmd'
|
id 'pmd'
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,7 @@ dependencies {
|
||||||
//implementation 'org.apache.commons:commons-text:1.8'
|
//implementation 'org.apache.commons:commons-text:1.8'
|
||||||
implementation 'commons-cli:commons-cli:1.4'
|
implementation 'commons-cli:commons-cli:1.4'
|
||||||
|
|
||||||
implementation 'commons-net:commons-net:3.6'
|
implementation 'commons-net:commons-net:3.7'
|
||||||
//implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
//implementation 'com.squareup.okhttp3:okhttp:4.7.2'
|
||||||
|
|
||||||
implementation 'com.rometools:rome:1.15.0'
|
implementation 'com.rometools:rome:1.15.0'
|
||||||
|
@ -61,13 +61,10 @@ dependencies {
|
||||||
|
|
||||||
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
implementation 'net.aksingh:owm-japis:2.5.3.0'
|
||||||
|
|
||||||
implementation platform('org.jetbrains.kotlin:kotlin-bom')
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8-1.4.0-rc-218'
|
||||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
|
|
||||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
|
|
||||||
|
|
||||||
testImplementation 'org.testng:testng:7.3.0'
|
testImplementation 'org.testng:testng:7.3.0'
|
||||||
testImplementation 'org.assertj:assertj-core:3.16.1'
|
testImplementation 'org.assertj:assertj-core:3.16.1'
|
||||||
testImplementation 'org.mockito:mockito-core:3.4.6'
|
|
||||||
|
|
||||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
|
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1'
|
||||||
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.7'
|
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.7'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue