Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Ned Twigg
com.diffplug.spotless
PluginId
Author
com.diffplug.spotless
Owner: Ned Twigg
Spotless - keep your code spotless with Gradle
https://github.com/diffplug/spotless
Sources: https://github.com/diffplug/spotless
Version 6.0.2
6.0.2
Created 05 December 2021.
Spotless - keep your code spotless with Gradle
Other versions
- 7.0.0.BETA4
- 7.0.0.BETA3
- 7.0.0.BETA2
- 7.0.0.BETA1
- 6.25.0
- 6.24.0
- 6.23.3
- 6.23.2
- 6.23.1
- 6.23.0
- 6.22.0
- 6.21.0
- 6.20.0
- 6.19.0
- 6.18.0
- 6.17.0
- 6.16.0
- 6.15.0
- 6.14.1
- 6.14.0
- 6.13.0
- 6.12.1
- 6.12.0
- 6.11.0
- 6.10.0
- 6.9.1
- 6.9.0
- 6.8.0
- 6.7.2
- 6.7.1
- 6.7.0
- 6.6.1
- 6.6.0
- 6.5.2
- 6.5.1
- 6.5.0
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.0
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.2
- 6.1.1
- 6.1.0
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.1
- 6.0.0
- 5.17.1
- 5.17.0
- 5.16.0
- 5.15.2
- 5.15.1
- 5.15.0
- 5.14.3
- 5.14.2
- 5.14.1
- 5.14.0
- 5.13.0
- 5.12.5
- 5.12.4
- 5.12.3
- 5.12.2
- 5.12.1
- 5.12.0
- 5.11.1
- 5.11.0
- 5.10.2
- 5.10.1
- 5.10.0
- 5.9.0
- 5.8.2
- 5.8.1
- 5.8.0
- 5.7.0
- 5.6.1
- 5.6.0
- 5.5.2
- 5.5.1
- 5.5.0
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
Add this plugin to your build using the plugins DSL:
plugins {
id("com.diffplug.spotless") version "6.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug.spotless:spotless-plugin-gradle:6.0.2") } } apply(plugin = "com.diffplug.spotless")
- Applying plugins to all subprojects .