com.puravida.gradle.query-csv
Owner: jorge aguilera
Some usefull plugins from PuraVida Software!
https://puravida-gradle.gitlab.io/query-csv
Sources: https://gitlab.com/puravida-gradle/query-csv
Version 0.1.0-milestone.4 (latest)
Created 01 April 2019.
Some usefull plugins from PuraVida Software!
Add this plugin to your build using the plugins DSL:
plugins {
id("com.puravida.gradle.query-csv") version "0.1.0-milestone.4"
}
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("com.puravida.gradle.query-csv:com.puravida.gradle.query-csv.gradle.plugin:0.1.0-milestone.4") }
It can then be applied in the precompiled script plugin:plugins { id("com.puravida.gradle.query-csv") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.puravida.gradle.query-csv:com.puravida.gradle.query-csv.gradle.plugin:0.1.0-milestone.4") } } apply(plugin = "com.puravida.gradle.query-csv")
- Applying plugins to all subprojects .