Skip to content

Commit

Permalink
chore: correct the GitHub URL in Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyog committed Aug 2, 2022
1 parent 957f3a3 commit afeca40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions provider/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ groovydoc {
}

pluginBundle {
website = 'https://github.com/DiUS/pact-jvm/tree/master/gradle'
vcsUrl = 'https://github.com/DiUS/pact-jvm.git'
website = 'https://github.com/pact-foundation/pact-jvm/tree/master/provider/gradle'
vcsUrl = 'https://github.com/pact-foundation/pact-jvm'
description = 'Gradle plugin for verifying pacts against a provider.'
tags = ['pact', 'cdc', 'consumerdrivencontracts', 'microservicetesting']
}
Expand All @@ -36,6 +36,7 @@ gradlePlugin {
id = 'au.com.dius.pact'
displayName = 'Gradle Pact Provider plugin'
implementationClass = 'au.com.dius.pact.provider.gradle.PactPlugin'
description = 'Gradle plugin for verifying pacts against a provider.'
}
}
}
Expand Down

0 comments on commit afeca40

Please sign in to comment.