Add maven package in stdlib

Signed-off-by: Alvise <vitalvise@gmail.com>
This commit is contained in:
Alvise
2021-06-29 10:11:57 +00:00
parent 14062c3c38
commit f807314668
12 changed files with 280 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ setup() {
dagger -e js-yarn up
}
@test "java/maven" {
dagger -e java-maven up
}
@test "alpine" {
dagger -e alpine up
}