Skip to content

Commit

Permalink
Upgrade the gradle plugin that uploads the protokt gradle plugin to t…
Browse files Browse the repository at this point in the history
…he gradle plugin portal (#47)

See https://blog.gradle.org/plugin-portal-update
  • Loading branch information
ogolberg authored May 6, 2020
1 parent 977d78a commit 45c78de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protokt-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

plugins {
`java-gradle-plugin`
id("com.gradle.plugin-publish") version "0.10.1"
id("com.gradle.plugin-publish") version "0.11.0"
}

tasks.named<Jar>("jar") {
Expand Down

0 comments on commit 45c78de

Please sign in to comment.