File tree 1 file changed +4
-4
lines changed
modules/bcv-gradle-plugin
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies {
28
28
29
29
@Suppress(" UnstableApiUsage" )
30
30
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 " )
33
33
isAutomatedPublishing = true
34
34
35
35
plugins.configureEach {
@@ -54,14 +54,14 @@ gradlePlugin {
54
54
displayName = " Binary Compatibility Validator MU (Project Plugin)"
55
55
description + = """
56
56
|
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.
58
58
""" .trimMargin()
59
59
}
60
60
registerBcvPlugin(" binary-compatibility-validator.settings" , " BCVSettingsPlugin" ) {
61
61
displayName = " Binary Compatibility Validator MU (Settings Plugin)"
62
62
description + = """
63
63
|
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.
65
65
""" .trimMargin()
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments