diff --git a/semver-project-gradle-plugin/build.gradle.kts b/semver-project-gradle-plugin/build.gradle.kts index 301efd4d..387ce155 100644 --- a/semver-project-gradle-plugin/build.gradle.kts +++ b/semver-project-gradle-plugin/build.gradle.kts @@ -6,7 +6,11 @@ hubdle { api() } explicitApi() - publishing() + publishing { + gradlePortal { // + isEnabled = false + } + } } kotlin { jvm { diff --git a/semver-settings-gradle-plugin/build.gradle.kts b/semver-settings-gradle-plugin/build.gradle.kts index 53d184c4..56580456 100644 --- a/semver-settings-gradle-plugin/build.gradle.kts +++ b/semver-settings-gradle-plugin/build.gradle.kts @@ -6,7 +6,11 @@ hubdle { api() } explicitApi() - publishing() + publishing { + gradlePortal { // + isEnabled = false + } + } } kotlin { jvm {