Skip to content

Commit

Permalink
Gradle publish task, 受不了了
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Dec 23, 2023
1 parent ce1a074 commit 614be51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/suspend-transform-plugin-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ buildConfig {
if (isMainPublishable()) {
@Suppress("UnstableApiUsage")
gradlePlugin {
isAutomatedPublishing = false
website = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
vcsUrl = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin.git"
plugins {
Expand Down Expand Up @@ -104,6 +105,10 @@ if (isMainPublishable()) {
}
}
}
} else {
tasks.withType<PublishToMavenRepository>().configureEach {
enabled = false
}
}


Expand Down

0 comments on commit 614be51

Please sign in to comment.