We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99106e6 commit f3e9ffeCopy full SHA for f3e9ffe
Taskfile.yml
@@ -0,0 +1,9 @@
1
+version: '3'
2
+
3
+tasks:
4
+ default:
5
+ - task: build
6
+ build:
7
+ desc: Build project using Docker (Maven 3.9.10, Java 21)
8
+ cmds:
9
+ - docker run --rm -v ~/.m2/:/root/.m2/ -v $(pwd):/workspace -w /workspace maven:3.9.10-eclipse-temurin-21-noble mvn clean verify
0 commit comments