File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - uses : actions/checkout@v4
20+ - name : actions/setup-java@v3
21+ uses : actions/setup-java@v3
22+ with :
23+ distribution : ' temurin'
24+ java-version : 17
25+ architecture : x64
2026 - name : Setup Node.js
2127 uses : actions/setup-node@v3
2228 with :
2834 run : npm test
2935 - name : Test building docs
3036 run : export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
37+ - name : Test generator
38+ run : cd generator; mvn package
Original file line number Diff line number Diff line change 4545 </configuration >
4646 </plugin >
4747
48- <!-- attach test jar -->
4948 <plugin >
5049 <groupId >org.apache.maven.plugins</groupId >
5150 <artifactId >maven-jar-plugin</artifactId >
5251 <version >3.3.0</version >
5352 <executions >
5453 <execution >
55- < goals >
56- < goal >jar</ goal >
57- <goal >test- jar</goal >
58- </goals >
54+ < id >default-jar</ id >
55+ < goals >
56+ <goal >jar</goal >
57+ </goals >
5958 </execution >
6059 </executions >
6160 <configuration >
You can’t perform that action at this time.
0 commit comments