Skip to content

Commit 7356414

Browse files
committed
update gradle plugin publish due to security bugs
1 parent 45f65f6 commit 7356414

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
@@ -3,7 +3,7 @@ plugins {
33
`java-gradle-plugin`
44
`jacoco`
55
kotlin("jvm") version "1.3.21"
6-
id("com.gradle.plugin-publish") version "0.10.0"
6+
id("com.gradle.plugin-publish") version "0.11.0"
77
}
88

99
group = "io.wusa"

0 commit comments

Comments
 (0)