We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f1c12 commit 2cf91faCopy full SHA for 2cf91fa
2 files changed
.github/workflows/maven.yaml
@@ -11,11 +11,11 @@ jobs:
11
- uses: actions/checkout@v5
12
with:
13
fetch-depth: 0
14
- - name: Set up JDK 11
+ - name: Set up JDK 17
15
uses: actions/setup-java@v5
16
17
- java-version: '11'
18
- distribution: 'zulu'
+ java-version: 17
+ distribution: zulu
19
- name: Run Spotless check
20
run: mvn spotless:check
21
- name: Create WAR
pom.xml
@@ -1104,7 +1104,7 @@
1104
<plugin>
1105
<groupId>com.diffplug.spotless</groupId>
1106
<artifactId>spotless-maven-plugin</artifactId>
1107
- <version>2.46.1</version>
+ <version>3.1.0</version>
1108
<configuration>
1109
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
1110
<ratchetFrom>origin/master</ratchetFrom>
0 commit comments