Search Gradle plugins
Plugin | Latest Version |
---|---|
com.criteo.gradle.findjarsTool for finding jars in a given configuration. |
0.1
(25 January 2019) |
hu.advancedweb.scott-plugin-exampleScott provides detailed failure messages for tests written in Java, without the use of complex assertion libraries to aid developers in rapid development, troubleshooting and debugging of tests. All information is presented on the source code of the test method as comments. |
3.4.0
(04 December 2018) |
com.banner.versions.ribbonizerUSAGE in app build.gradle: DefaultRibbonFilter defines debug, qa and release: ribbonizer { __builder { ApplicationVariant variant, File iconFile -> ____return defaultRibbonFilter(variant, iconFile) __} } For other buildTypes use: ribbonizer { __builder { ApplicationVariant variant, File iconFile -> ____if (variant.buildType.name == "buildtype") { ______return customColorRibbonFilter(variant, iconFile, "#backgroundColor") ______// or ______return customColorRibbonFilter(variant, iconFile, "#backgroundColor", "#fontColor") ____} __} } |
1.2.5
(09 October 2018) |
com.github.amaksoft.elasticlibsGradle plugin to easily switch between local projects and remote artifacts of your libs. |
0.0.8
(17 October 2016) |