Skip to content

Commit

Permalink
Bump com.gradle.plugin-publish from 0.20.0 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps com.gradle.plugin-publish from 0.20.0 to 1.2.0.

---
updated-dependencies:
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 7, 2023
1 parent 14a6e60 commit 20e40d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runners/gradle-plugin/build.gradle.kts
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.*

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

repositories {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -43,6 +43,6 @@ pluginManagement {
plugins {
id("org.jetbrains.kotlin.jvm") version kotlin_version
id("com.github.johnrengelman.shadow") version "5.2.0"
id("com.gradle.plugin-publish") version "0.20.0"
id("com.gradle.plugin-publish") version "1.2.0"
}
}

0 comments on commit 20e40d9

Please sign in to comment.