io.github.nagyesta.run-dash-license-tool-gradle-plugin
Owner: Esta Nagy
Adds a convenient task to run the Dash License Tool on your Gradle build
https://github.com/nagyesta/run-dash-license-tool-gradle-plugin
Sources: https://github.com/nagyesta/run-dash-license-tool-gradle-plugin
Version 0.4.79 (latest)
Created 17 December 2024.
Adds a convenient task to run the Eclipse Dash License Tool on your Gradle build
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.nagyesta.run-dash-license-tool-gradle-plugin") version "0.4.79"
}
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("io.github.nagyesta.run-dash-license-tool-gradle-plugin:io.github.nagyesta.run-dash-license-tool-gradle-plugin.gradle.plugin:0.4.79") }
It can then be applied in the precompiled script plugin:plugins { id("io.github.nagyesta.run-dash-license-tool-gradle-plugin") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.nagyesta.run-dash-license-tool-gradle-plugin:io.github.nagyesta.run-dash-license-tool-gradle-plugin.gradle.plugin:0.4.79") } } apply(plugin = "io.github.nagyesta.run-dash-license-tool-gradle-plugin")
- Applying plugins to all subprojects .