Skip to content

Commit 1aeae18

Browse files
committed
Update to gradle 5, spring-boot 2.1.1 restdocs 2.0.3, kotlin 1.3.11
Also remove lombok from sample
1 parent 23c9d51 commit 1aeae18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ subprojects {
103103
}
104104
}
105105
}
106-
106+
107107
apply(plugin = "com.jfrog.bintray")
108108
configure<BintrayExtension> {
109109
user = project.findProperty("bintrayUser") as String? ?: System.getenv("BINTRAY_USER")

0 commit comments

Comments
 (0)