de.lukaskoerfer.gradle.debugging
Owner: Lukas Körfer
Adds support for extended debugging options
https://github.com/lukoerfer/gradle-debugging
Sources: https://github.com/lukoerfer/gradle-debugging
Add this plugin to your build using the plugins DSL:
plugins {
id("de.lukaskoerfer.gradle.debugging") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.de.lukaskoerfer.gradle:debugging:0.1") } } apply(plugin = "de.lukaskoerfer.gradle.debugging")
- Applying plugins to all subprojects .