org.springframework.cloud.contract
Owner: Spring
Spring Cloud Contract Gradle Plugin
https://github.com/spring-cloud/spring-cloud-contract
Sources: https://github.com/spring-cloud/spring-cloud-contract
Version 4.2.0 (latest)
4.2.0
Created 03 December 2024.
Spring Cloud Contract Gradle Plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.springframework.cloud.contract") version "4.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.springframework.cloud:spring-cloud-contract-gradle-plugin:4.2.0") } } apply(plugin = "org.springframework.cloud.contract")
- Applying plugins to all subprojects .