We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009b04 commit a18be71Copy full SHA for a18be71
settings.gradle.kts
@@ -1,9 +1,9 @@
1
pluginManagement {
2
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"
+ id("com.google.protobuf") version "0.9.4"
+ id("de.undercouch.download") version "5.4.0"
+ id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
+ id("nebula.release") version "17.2.2"
7
}
8
9
0 commit comments