File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/bcv-gradle-plugin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies {
2828
2929@Suppress(" UnstableApiUsage" )
3030gradlePlugin {
31- website.set(" https://github.com/Kotlin/ binary-compatibility-validator-alternative " )
32- vcsUrl.set(" https://github.com/adamko-dev/binary-compatibility-validator-alternative " )
31+ website.set(" https://github.com/adamko-dev/kotlin- binary-compatibility-validator-mu " )
32+ vcsUrl.set(" https://github.com/adamko-dev/kotlin- binary-compatibility-validator-mu " )
3333 isAutomatedPublishing = true
3434
3535 plugins.configureEach {
@@ -54,14 +54,14 @@ gradlePlugin {
5454 displayName = " Binary Compatibility Validator MU (Project Plugin)"
5555 description + = """
5656 |
57- |This is a Gradle Project plugin and can be applied directly in a `build.gradle` or `build.gradle.kts` file.
57+ |This is a Gradle Project plugin and can be applied in a `build.gradle` or `build.gradle.kts` file.
5858 """ .trimMargin()
5959 }
6060 registerBcvPlugin(" binary-compatibility-validator.settings" , " BCVSettingsPlugin" ) {
6161 displayName = " Binary Compatibility Validator MU (Settings Plugin)"
6262 description + = """
6363 |
64- |This is a Gradle Settings plugin and can be applied directly in a `settings.gradle` or `settings.gradle.kts` file.
64+ |This is a Gradle Settings plugin and can be applied in a `settings.gradle` or `settings.gradle.kts` file.
6565 """ .trimMargin()
6666 }
6767}
You can’t perform that action at this time.
0 commit comments