Skip to content

Commit 999942e

Browse files
committed
ci: cache dependencies and drop redundant setup
1 parent 3b7b0d5 commit 999942e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
with:
3232
java-version: '17'
3333
distribution: temurin
34+
cache: maven
3435

3536
- run: bash ./generate.sh openapi-legacy.yaml
3637

37-
- run: mvn -B -ntp compile
38+
- run: mvn -B compile

0 commit comments

Comments
 (0)