ru.art.project
Owner: Anton Bashirov
A plugin that helps you to configure JVM projects
https://github.com/art-community/application-gradle-plugin
Sources: https://github.com/art-community/application-gradle-plugin.git
Version 1.0.2
1.0.2
Created 06 August 2019.
A plugin that helps you to configure JVM projects
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.art.project") version "1.0.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.art:application-gradle-plugin:1.0.2") } } apply(plugin = "ru.art.project")
- Applying plugins to all subprojects .