Skip to content

Commit e3bb7d3

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/java-treesitter-migration
2 parents c4ecf68 + a5f659a commit e3bb7d3

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
12-
- name: Set up JDK 1.8
13-
uses: actions/setup-java@v1
11+
- uses: actions/checkout@v4
1412
with:
15-
java-version: 1.8
13+
submodules: recursive
14+
- name: Set up JDK 11
15+
uses: actions/setup-java@v4
16+
with:
17+
distribution: temurin
18+
java-version: '11'
19+
cache: maven
20+
- name: Install utils submodule
21+
run: mvn -B install -DskipTests --file utils/pom.xml
1622
- name: Install depended jars
1723
run: ./lib_install.sh
1824
- name: Build with Maven

0 commit comments

Comments
 (0)