Fix implementation class reference to Spring PropDepsPlugin.

This commit is contained in:
John Blum
2023-06-09 17:51:53 -07:00
parent 0c35b95d72
commit 694e4f2655

View File

@@ -38,7 +38,7 @@ gradlePlugin {
}
propdeps {
id = "org.springframework.propdeps"
implementationClass = "org.springframework.gradle.propdeps.PropDepsPlugin"
implementationClass = "io.spring.gradle.convention.propdeps.PropDepsPlugin"
}
}
}