Skip to content

Commit 63a70e5

Browse files
committed
fix plugin website/vcs URLs
1 parent 2532210 commit 63a70e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/bcv-gradle-plugin/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828

2929
@Suppress("UnstableApiUsage")
3030
gradlePlugin {
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
}

0 commit comments

Comments
 (0)