Skip to content

Commit aa1ef23

Browse files
committed
Set MAVEN_HOME on CI
1 parent 943e2e3 commit aa1ef23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches: [ main ]
55
pull_request:
66
branches: [ main ]
7+
env:
8+
MAVEN_HOME: "/usr/share/apache-maven-3.9.9"
79
jobs:
810
gradle-build:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)