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 2.1.0 (latest)
Created 10 July 2024.
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 "2.1.0"
}
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:2.1.0") }
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:2.1.0") } } apply(plugin = "de.kontext_e.jqassistant.gradle")
- Applying plugins to all subprojects .