Skip to content

Commit a18be71

Browse files
committed
Update gradle plugin versions
1 parent 9009b04 commit a18be71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pluginManagement {
22
plugins {
3-
id("com.google.protobuf") version "0.8.17"
4-
id("de.undercouch.download") version "4.1.2"
5-
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
6-
id("nebula.release") version "16.0.0"
3+
id("com.google.protobuf") version "0.9.4"
4+
id("de.undercouch.download") version "5.4.0"
5+
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
6+
id("nebula.release") version "17.2.2"
77
}
88
}
99

0 commit comments

Comments
 (0)