File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 27
27
os : [ubuntu-latest,windows-latest, macOS-latest]
28
28
java : [8, 11, 17]
29
29
jdk : [temurin, zulu, adopt-openj9]
30
+ include :
31
+ - os : ubuntu-latest
32
+ java : 21
33
+ jdk : corretto
30
34
fail-fast : false
31
35
32
36
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 104
104
</plugins >
105
105
</build >
106
106
</profile >
107
+
108
+ <!-- TODO remove with parent pom or spotless plugin update https://github.com/diffplug/spotless/issues/1774 -->
109
+ <profile >
110
+ <id >java21+</id >
111
+ <activation >
112
+ <jdk >[21,)</jdk >
113
+ </activation >
114
+ <build >
115
+ <plugins >
116
+ <plugin >
117
+ <groupId >com.diffplug.spotless</groupId >
118
+ <artifactId >spotless-maven-plugin</artifactId >
119
+ <configuration >
120
+ <java >
121
+ <palantirJavaFormat >
122
+ <version >2.35.0</version >
123
+ </palantirJavaFormat >
124
+ </java >
125
+ </configuration >
126
+ </plugin >
127
+ </plugins >
128
+ </build >
129
+ </profile >
107
130
</profiles >
108
131
</project >
You can’t perform that action at this time.
0 commit comments