File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 47
47
run : |
48
48
if [ $(grep -E '^(8|11)\.' <<< '${{ matrix.java }}') ]; then
49
49
# some module doesn't compile on java platform lower than 17, need to skip them by specifying a profile
50
- MODS_OVERRIDES='-pl !spring-aot'
50
+ MODS_OVERRIDES='-pl !spring,!spring-aot'
51
+ EXCLUDED_EXAMPLE_MODULES=`ls examples | grep examples | xargs -I {} echo '!examples/{}' | tr '\n' ',' | sed 's/.$//'`
52
+ MODS_OVERRIDES=$MODS_OVERRIDES,$EXCLUDED_EXAMPLE_MODULES
51
53
fi
52
54
mvn -q -B --define=org.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn $MODS_OVERRIDES clean test
53
55
build-graalvm :
Original file line number Diff line number Diff line change 57
57
<apache .commons.compress>1.23.0</apache .commons.compress>
58
58
<apache .commons.io>2.13.0</apache .commons.io>
59
59
<common .codec.version>1.16.0</common .codec.version>
60
- <spring .boot.version>2.7.12 </spring .boot.version>
61
- <spring .version>5.3.23 </spring .version>
60
+ <spring .boot.version>3.1.3 </spring .boot.version>
61
+ <spring .version>6.0.11 </spring .version>
62
62
<prometheus .client.version>0.16.0</prometheus .client.version>
63
63
<reflections .version>0.10.2</reflections .version>
64
64
You can’t perform that action at this time.
0 commit comments