Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it easy to setup standalone tasks #2

Open
abendt opened this issue Feb 15, 2022 · 1 comment
Open

make it easy to setup standalone tasks #2

abendt opened this issue Feb 15, 2022 · 1 comment

Comments

@abendt
Copy link
Contributor

abendt commented Feb 15, 2022

something like

val otherTaskThatGeneratesPlantUml {...}

val myTask = tasks.creating(GenerateDiagramTask::class) {
   sourceFile = otherTaskThatGeneratesPlantUml.outputFile
   sourceDir = otherTaskThatGeneratesPlantUml.outputDirectory
}
@levonk
Copy link

levonk commented Jan 12, 2023

Would be great if it just has sane defaults.. Just parse everything in src/main/plantuml and output to build/plantuml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants