entry-point.generic.definition.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scaffold-clean-architecture Show documentation
Show all versions of scaffold-clean-architecture Show documentation
Gradle plugin to create a clean application in Java that already works, It follows our best practices!
{
"folders": [
"infrastructure/entry-points/{{name-dash}}/src/main/java/{{packagePath}}/{{name-package}}",
"infrastructure/entry-points/{{name-dash}}/src/test/java/{{packagePath}}/{{name-package}}"
],
"files": {
"entry-point/generic/build.gradle.mustache": "infrastructure/entry-points/{{name-dash}}/build.gradle"
}
}