Skip to content

Commit f525727

Browse files
authored
Merge pull request #51 from nhajratw/upgrade-gradle
Upgrade gradle & dependencies
2 parents 0c25ee6 + 431d10d commit f525727

5 files changed

Lines changed: 12 additions & 26 deletions

File tree

build.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
plugins {
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

910
group = "org.springdoc"
@@ -40,15 +41,15 @@ publishing {
4041

4142
dependencies {
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

5455
gradlePlugin {

gradle/wrapper/gradle-wrapper.jar

293 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)