com.trevorism.create-project
Owner: Trevor Brooks
Create standard folder structure, build file, and sample code with unit tests for a new project.
https://github.com/trevorism/create-project
Sources: https://github.com/trevorism/create-project
Version 0.8
0.8
Created 11 June 2018.
Create standard folder structure, build file, and sample code with unit tests for a new project.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.trevorism.create-project") version "0.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.trevorism:create-project:0.8") } } apply(plugin = "com.trevorism.create-project")
- Applying plugins to all subprojects .