Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Danilo Pianini
org.danilopianini.build-commons
PluginId
Author
org.danilopianini.build-commons
Owner: Danilo Pianini
A rich build configuration, shareable across projects
Version 0.2.1
0.2.1
Created 14 February 2018.
A rich build configuration, shareable across projects
Other versions
- 0.4.0+0ls.7bb38ef
- 0.4.0+0ls.d4a9a28
- 0.4.0
- 0.3.1+0ls.471d45b
- 0.3.1-ca32166
- 0.3.1
- 0.3.0
- 0.2.2-74ebab4
- 0.2.2-8ebb6cd
- 0.2.2-cdd3ecb
- 0.2.2-cc250e1
- 0.2.2-b2f435e
- 0.2.2
- 0.2.1-53297e8
- 0.2.1-1c128b3
- 0.2.1-ebbfbff
- 0.2.1-d4ce974
- 0.2.1-cc7caa6
- 0.2.1-c1953fa
- 0.2.1-accdc52
- 0.2.0-24e42b8
- 0.2.0-9b1a5c1
- 0.2.0
- 0.2-e6b2ec5
- 0.1.10-684f748
- 0.1.10-309eb86
- 0.1.10-220fb50
- 0.1.10-75c43a2
- 0.1.10-4ba82e0
- 0.1.10-2b9f3c8
- 0.1.10-1cd8788
- 0.1.10-ff12aae
- 0.1.10-b86e806
- 0.1.10
- 0.1.9-8922932
- 0.1.8-08f6e14
- 0.1.8-af2b26a
- 0.1.8
- 0.1.7-9d1e2a4
- 0.1.7-8bacbc0
- 0.1.7-c929eca
- 0.1.7
- 0.1.6-703aa29
- 0.1.6-239f1c0
- 0.1.6-99cf1ea
- 0.1.6-f12cfeb
- 0.1.6-e96bf3b
- 0.1.6
- 0.1.5-5bc4cb0
- 0.1.5-be3a43e
- 0.1.4-667c7e1
- 0.1.4-65cfc1d
- 0.1.4-5fda947
- 0.1.4-03a3d66
- 0.1.4-org.ajoberstar
- 0.1.4-f2fbdc1
- 0.1.4
- 0.1.4-develop-89e7a8
- 0.1.4-HEAD-89e7a88
- 0.1.3
- 0.1.3-develop-4253d4
- 0.1.3-develop-397e76
- 0.1.3-develop-bdf3e0
- 0.1.3-HEAD-d016800
- 0.1.2-HEAD-e5c5108
- 0.1.2
- 0.1.2-develop-8c0465
- 0.1.2-develop-e5c510
- 0.1.1
- 0.1.1-develop-6640d3
- 0.1.1-develop-5328d1
- 0.1.1-develop-e42f1d
- 0.1.1-HEAD-e123457
- 0.1.0
- 0.1.0-develop-832033
- 0.1.0-develop-528951
- 0.1.0-develop-82400c
- 0.1.0-develop-3515e2
- 0.1.0-develop-503bc8
- 0.1.0-develop-431b5b
- 0.1.0-develop-97ca6c
- 0.1.0-develop-66eaaf
- 0.1.0-develop-42d87d
- 0.1.0-develop-7d45dd
- 0.1.0-develop-0d8246
- 0.1.0-develop-e0a638
- 0.1.0-HEAD-8607e08
- 0.1.0-HEAD-42d87d5
- 0.1.0-HEAD-7ef52d7
- 0.1.0-HEAD-0d60003
- 0.1.0-HEAD-a9688c7
Add this plugin to your build using the plugins DSL:
plugins {
id("org.danilopianini.build-commons") version "0.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.danilopianini:build-commons:0.2.1") } } apply(plugin = "org.danilopianini.build-commons")
- Applying plugins to all subprojects .