File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
33 id ' maven-publish'
4- id ' org.jetbrains.kotlin.jvm' version ' 1.3.72 '
4+ id ' org.jetbrains.kotlin.jvm' version ' 1.4.32 '
55 id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
66 id " org.sonarqube" version " 3.3"
77}
@@ -21,7 +21,8 @@ repositories {
2121}
2222
2323dependencies {
24- compile ' org.jetbrains.kotlin:kotlin-stdlib:1.3.72'
24+ compile ' org.jetbrains.kotlin:kotlin-stdlib:1.6.0'
25+ compile ' org.jetbrains.kotlin:kotlin-reflect:1.6.0'
2526 api ' commons-io:commons-io:2.4'
2627 api ' org.junit.jupiter:junit-jupiter-api:5.3.1'
2728 api ' org.junit.jupiter:junit-jupiter-engine:5.3.1'
Original file line number Diff line number Diff line change 1- projectVersion =0.0.5
1+ projectVersion =0.0.6-SNAPSHOT
22nexusUser =invalid
33nexusPassword =invalid
You can’t perform that action at this time.
0 commit comments