Commit a83a0b2 1 parent 2a94b2d commit a83a0b2 Copy full SHA for a83a0b2
File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44
44
- name : Set up JDK
45
45
uses : actions/setup-java@v3
46
46
with :
47
- java-version : 17
48
- distribution : ' temurin '
47
+ java-version : 21
48
+ distribution : ' zulu '
49
49
- name : Check code style
50
50
run : ./mvnw spotless:check
51
51
56
56
strategy :
57
57
fail-fast : false
58
58
matrix :
59
- java : [8, 11, 17]
59
+ java : [8, 11, 17, 21 ]
60
60
env :
61
61
GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
62
62
steps :
74
74
uses : actions/setup-java@v3
75
75
with :
76
76
java-version : ${{ matrix.java }}
77
- distribution : ' temurin '
77
+ distribution : ' zulu '
78
78
79
79
- name : Build with ${{ matrix.java }}
80
80
run : ./mvnw clean install -DskipTests
Original file line number Diff line number Diff line change 24
24
<extension >
25
25
<groupId >com.gradle</groupId >
26
26
<artifactId >gradle-enterprise-maven-extension</artifactId >
27
- <version >1.17 </version >
27
+ <version >1.19.1 </version >
28
28
</extension >
29
29
<extension >
30
30
<groupId >com.gradle</groupId >
31
31
<artifactId >common-custom-user-data-maven-extension</artifactId >
32
- <version >1.11.1 </version >
32
+ <version >1.12.4 </version >
33
33
</extension >
34
34
</extensions >
Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1 /apache-maven-3.9.1 -bin.zip
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4 /apache-maven-3.9.4 -bin.zip
18
18
wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
Original file line number Diff line number Diff line change 79
79
<maven-project-info-reports-plugin-version >3.0.0</maven-project-info-reports-plugin-version >
80
80
<maven-javadoc-plugin-version >3.3.2</maven-javadoc-plugin-version >
81
81
<maven-surefire-plugin-version >3.0.0-M5</maven-surefire-plugin-version >
82
- <spotless .version>2.36 .0</spotless .version>
82
+ <spotless .version>2.39 .0</spotless .version>
83
83
<doxia-module-confluence-version >1.11.1</doxia-module-confluence-version >
84
84
<javassist-version >3.24.1-GA</javassist-version >
85
85
<commons-math-version >2.2</commons-math-version >
936
936
<configuration >
937
937
<java >
938
938
<palantirJavaFormat >
939
- <version >2.30 .0</version >
939
+ <version >2.38 .0</version >
940
940
</palantirJavaFormat >
941
941
<!-- static imports first, then others, no blank lines -->
942
942
<importOrder >
You can’t perform that action at this time.
0 commit comments