34 lines
989 B
Markdown
34 lines
989 B
Markdown
---
|
|
tags:
|
|
- process/project
|
|
subtitle: Gradle Convention Plugin für Java Projekte
|
|
---
|
|
|
|
|
|
> [!project]- convention-plugins
|
|
> Goal::
|
|
> Progress:: `$= dv.view('project-progress', {file: 'convention-plugins'})`
|
|
> Target:: `$= dv.view('project-target', {file: 'convention-plugins'})`
|
|
> Bar:: `$= dv.view('project-progress-bar', {file: 'convention-plugins'})`
|
|
> Tasks:: `$= const aufgaben = dv.page('convention-plugins').file.inlinks.where(t => { const mt = dv.page(t.path); return mt.tags?.includes('process/task') && mt.status === 'In Arbeit'}); if (aufgaben.length > 0) { dv.header(4, aufgaben.length > 1 ? "Aufgaben" : "Aufgabe"); dv.list(aufgaben) }`
|
|
|
|
## Project Info
|
|
|
|
## Thoughts
|
|
|
|
## Resources
|
|
|
|
### Github
|
|
|
|
> [!info]
|
|
> A collection of Gradle convention plugins for Java and Asciidoctor builds
|
|
> [convention-plugins](https://github.com/cimt-ag/convention-plugins)
|
|
|
|
## Review questions
|
|
|
|
|
|
## Aufgaben
|
|
|
|
- [x] Add convention plugins for Java application projects [completion:: 2024-02-14]
|
|
|