Skip to content

Commit 9dfd5e5

Browse files
chore(deps): update plugin com.gradle.plugin-publish to v2 (#2609)
* chore(deps): update plugin com.gradle.plugin-publish to v2 * Remove `notCompatibleWithConfigurationCache` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
1 parent d3a7cea commit 9dfd5e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugin-gradle/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ gradlePlugin {
8282

8383
tasks.named("publishPlugins") {
8484
enabled = !version.endsWith('-SNAPSHOT')
85-
notCompatibleWithConfigurationCache("https://github.com/gradle/gradle/issues/21283")
8685
}
8786

8887
// have to apply java-publish after setting up the pluginBundle

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
plugins {
99
id 'com.diffplug.spotless' version '7.2.1' apply false
1010
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
11-
id 'com.gradle.plugin-publish' version '1.3.1' apply false
11+
id 'com.gradle.plugin-publish' version '2.0.0' apply false
1212
// https://github.com/gradle-nexus/publish-plugin/releases
1313
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false
1414
// https://github.com/spotbugs/spotbugs-gradle-plugin/releases

0 commit comments

Comments
 (0)