Skip to content

Commit 48e9ba7

Browse files
committed
Fixing gradle plugin id
1 parent 55cd480 commit 48e9ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/spring-cloud-contract-docker/project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959
apply plugin: 'groovy'
6060
apply plugin: "io.spring.dependency-management"
6161
apply plugin: "org.springframework.boot"
62-
apply plugin: 'spring-cloud-contract'
62+
apply plugin: 'org.springframework.cloud.contract'
6363
apply plugin: 'maven-publish'
6464

6565
tasks.named("bootJar") {

0 commit comments

Comments
 (0)