Skip to content

Commit 197a5a0

Browse files
authored
Merge pull request #1262 from kubernetes-client/dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.3.1
Bump spotless-maven-plugin from 2.1.0 to 2.3.1
2 parents d4d761d + e661803 commit 197a5a0

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/maven.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ on:
1010
branches: [ master ]
1111

1212
jobs:
13+
verify-format:
14+
runs-on: ubuntu-latest
15+
name: Verify Source Format
16+
steps:
17+
- uses: actions/checkout@v2
18+
- name: Setup Java
19+
uses: actions/setup-java@v1
20+
with:
21+
java-version: 8.0.x
22+
- name: Verify Format and License
23+
run: mvn spotless:check
1324
build:
1425
runs-on: ubuntu-latest
1526
name: Java ${{ matrix.java }} Maven Test
@@ -23,8 +34,6 @@ jobs:
2334
uses: actions/setup-java@v1
2435
with:
2536
java-version: ${{ matrix.java }}
26-
- name: Verify Format and License
27-
run: mvn spotless:check
2837
- name: Build with Maven
2938
run: mvn -q test -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
3039
build-graalvm:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
<plugin>
335335
<groupId>com.diffplug.spotless</groupId>
336336
<artifactId>spotless-maven-plugin</artifactId>
337-
<version>2.1.0</version>
337+
<version>2.3.1</version>
338338
<configuration>
339339
<formats>
340340
<format>

0 commit comments

Comments
 (0)