File tree 6 files changed +2
-231
lines changed
6 files changed +2
-231
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- java-version : ['21', '22']
25
+ java-version : ['19', ' 21', '22']
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
- name : Set up JDK ${{matrix.java-version}} PR
41
41
- name : Build with Maven
42
42
run : mvn -B package --file pom.xml
43
43
44
- build-all :
45
-
46
- runs-on : ubuntu-latest
47
- strategy :
48
- fail-fast : false
49
- matrix :
50
- java-version : ['19']
51
- steps :
52
- - uses : actions/checkout@v4
53
- - name : Set up JDK ${{matrix.java-version}} PR
54
- uses : actions/setup-java@v4
55
- with :
56
- java-version : ${{matrix.java-version}}
57
- distribution : ' temurin'
58
- # Step that does that actual cache save and restore
59
- - name : Cache
60
- uses : actions/cache@v4
61
- with :
62
- path : ~/.m2/repository
63
- key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
64
- restore-keys : |
65
- ${{ runner.os }}-maven-
66
- - name : Build with Maven
67
- run : mvn -B package -P all --file pom.xml
68
44
69
45
build-and-snapshot :
70
46
runs-on : ubuntu-latest
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 96
96
<module >jdbc</module >
97
97
<module >etl</module >
98
98
<module >distribution</module >
99
+ <module >gremlin</module >
99
100
<module >tests</module >
100
101
</modules >
101
102
713
714
<profile >
714
715
<id >all</id >
715
716
<modules >
716
- <module >gremlin</module >
717
717
<module >studio</module >
718
718
</modules >
719
719
</profile >
You can’t perform that action at this time.
0 commit comments