io.vincentpalazzo.gradledatabase
Owner: Vincenzo Palazzo
The gradle-project is the simple plugin for gradle for operation with database.
https://github.com/vincenzopalazzo/gradle-database
Sources: https://github.com/vincenzopalazzo/gradle-database
Version 0.6 (latest)
0.6
Created 17 May 2019.
The gradle-database is the simple plugin for gradle for operation with database.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.vincentpalazzo.gradledatabase") version "0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.gradleDatabase:database-gradle-plugins:0.6") } } apply(plugin = "io.vincentpalazzo.gradledatabase")
- Applying plugins to all subprojects .