spring.lock
Owner: Spring
Inline dependency locking for Gradle
https://github.com/spring-gradle-plugins/dependency-lock
Sources: https://github.com/spring-gradle-plugins/dependency-lock.git
Version 0.2.0 (latest)
0.2.0
Created 05 May 2018.
Inline dependency locking for Gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("spring.lock") version "0.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spring.gradle:dependency-lock:0.2.0") } } apply(plugin = "spring.lock")
- Applying plugins to all subprojects .