Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion plugin-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ gradlePlugin {

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

// have to apply java-publish after setting up the pluginBundle
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
plugins {
id 'com.diffplug.spotless' version '7.2.1' apply false
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
id 'com.gradle.plugin-publish' version '1.3.1' apply false
id 'com.gradle.plugin-publish' version '2.0.0' apply false
// https://github.com/gradle-nexus/publish-plugin/releases
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' apply false
// https://github.com/spotbugs/spotbugs-gradle-plugin/releases
Expand Down
Loading