Skip to content

Commit f768c85

Browse files
committed
fix: plugin with id 'spring-cloud-contract' not found error after bumping spring-cloud-contract-gradle-plugin version from 5.0.0 to 5.0.3.
- The shorthand spring-cloud-contract plugin ID was dropped between 5.0.0 and 5.0.1. - Changed to use the full plugin id that exists in previous and current versions. ai-assisted=yes TNZ-114567
1 parent 10e2bb4 commit f768c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/credhub-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply plugin: 'kotlin'
2828
apply plugin: 'kotlin-spring'
2929
apply plugin: 'org.springframework.boot'
3030
apply plugin: 'io.spring.dependency-management'
31-
apply plugin: 'spring-cloud-contract'
31+
apply plugin: 'org.springframework.cloud.contract'
3232
apply from: "${rootDir.toPath()}/spring-cloud-contract-config.gradle"
3333
apply from: "${rootDir.toPath()}/kotlin.gradle"
3434
apply from: "${rootDir.toPath()}/ktlint.gradle"

0 commit comments

Comments
 (0)