File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 `java- gradle- plugin`
3- id(" com.gradle.plugin-publish" ) version " 0.11 .0"
4- id(" org.sonarqube" ) version " 2.8 "
3+ id(" com.gradle.plugin-publish" ) version " 0.14 .0"
4+ id(" org.sonarqube" ) version " 3.1.1 "
55 kotlin(" jvm" ) version " 1.4.31"
66 `maven- publish`
7+ id(" com.github.ben-manes.versions" ) version " 0.38.0"
78}
89
910group = " org.springdoc"
@@ -40,15 +41,15 @@ publishing {
4041
4142dependencies {
4243 implementation(kotlin(" reflect" ))
43- implementation(group = " khttp" , name = " khttp" , version = " 1.0.0" )
44- implementation(group = " com.google.code.gson" , name = " gson" , version = " 2.8.6" )
45- implementation(group = " org.awaitility" , name = " awaitility-kotlin" , version = " 4.0.2 " )
44+ implementation(" khttp: khttp: 1.0.0" )
45+ implementation(" com.google.code.gson: gson: 2.8.6" )
46+ implementation(" org.awaitility: awaitility-kotlin: 4.0.3 " )
4647 implementation(files(" $projectDir /libs/gradle-processes-0.5.0.jar" ))
4748
4849 testImplementation(gradleTestKit())
4950 testImplementation(platform(" org.junit:junit-bom:5.7.1" ))
5051 testImplementation(" org.junit.jupiter:junit-jupiter" )
51- testImplementation(" com.beust:klaxon:5.2 " )
52+ testImplementation(" com.beust:klaxon:5.5 " )
5253}
5354
5455gradlePlugin {
You can’t perform that action at this time.
0 commit comments