Search Gradle plugins
Plugin | Latest Version |
---|---|
com.palantir.witchcraft-logging-ideaPalantir Witchcraft logging plugins used to improve developer experience building, running, and debugging applications using the witchcraft logging api: https://github.com/palantir/witchcraft-api. |
2.10.0
(19 January 2022) |
com.softicar.gradle.test.loggerThis plugin can be used to debug problems (e.g. concerning performance or determinism) during test execution. |
4.0.4
(09 December 2021) |
com.github.saurabh73.competitive-programmingThis plugin aims to help in the competitive programming challenges by allowing you to develop in several files with a one click build, and sharing a common set of codes between challenges. Don't reinvent the wheel, focus on the subject! Supports Problem parsing and Junit based test case matching for better testing and debugging. |
2.0.0
(12 November 2021) |
hu.advancedweb.scott-gradle-pluginScott 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. |
4.0.1
(29 September 2021) |
io.gitlab.jkushmaul.smaliA gradle plugin to download apk_tool.jar with added tasks to assist in decompiling android APKs to smali, building smali, signing, pushing, debugging APKs. |
0.9.2
(22 October 2019) |
com.nextfaze.devfunGradle plugin that facilitates DevFun annotation processor configuration. |
2.1.0
(24 May 2019) |
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) |