Skip to content

Commit d9b589e

Browse files
author
Ramesh KP
committed
Release version 1.1.0
1 parent cd8bfd5 commit d9b589e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
22
`java-gradle-plugin`
3-
id("com.gradle.plugin-publish") version "0.10.1"
3+
id("com.gradle.plugin-publish") version "0.11.0"
44
id("org.sonarqube") version "2.8"
55
kotlin("jvm") version "1.3.70"
66
`maven-publish`
77
}
88

99
group = "org.springdoc"
10-
version = "1.0.1-SNAPSHOT"
10+
version = "1.1.0"
1111

1212
sonarqube {
1313
properties {
@@ -67,4 +67,4 @@ tasks {
6767
compileTestKotlin {
6868
kotlinOptions.jvmTarget = "1.8"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)