Skip to content

Commit

Permalink
fix: remove unused publication of me/2bab/plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
2BAB committed Aug 20, 2022
1 parent 9bd823f commit 937ee43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildSrc/src/main/kotlin/maven-central-publish.gradle.kts
Expand Up @@ -134,4 +134,10 @@ afterEvaluate {
}
}
}
}

tasks.whenTaskAdded {
if (this.name.startsWith("publishPluginMavenPublication")) {
this.enabled = false
}
}

0 comments on commit 937ee43

Please sign in to comment.