de.kontext_e.jqassistant.gradle
Owner: Jens Nerche
Scans project artifacts, enriches with higher level concepts and applies constraints. See https://jqassistant.org/ for details.
https://github.com/kontext-e/jqassistant-gradle-plugin
Sources: https://github.com/kontext-e/jqassistant-gradle-plugin
Version 1.0.0-SNAPSHOT
Created 22 October 2019.
Scans project artifacts, enriches with higher level concepts and applies constraints. See https://jqassistant.org/ for details.
Add this plugin to your build using the plugins DSL:
plugins {
id("de.kontext_e.jqassistant.gradle") version "1.0.0-SNAPSHOT"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("de.kontext_e.jqassistant.gradle:de.kontext_e.jqassistant.gradle.gradle.plugin:1.0.0-SNAPSHOT") }
It can then be applied in the precompiled script plugin:plugins { id("de.kontext_e.jqassistant.gradle") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.kontext_e.jqassistant.gradle:de.kontext_e.jqassistant.gradle.gradle.plugin:1.0.0-SNAPSHOT") } } apply(plugin = "de.kontext_e.jqassistant.gradle")
- Applying plugins to all subprojects .