Skip to content

Commit 27793e0

Browse files
committed
Update gradle plugin publish to the latest version (precondition for Gradle 8 migration)
1 parent 802265f commit 27793e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
`embedded-kotlin`
3-
id("com.gradle.plugin-publish") version "1.0.0"
3+
id("com.gradle.plugin-publish") version "1.2.0"
44
}
55

66
val javaVersion = JavaVersion.toVersion(

0 commit comments

Comments
 (0)