Skip to content

Commit

Permalink
Upgrade Google Java Format 1.24.0 -> 1.25.0
Browse files Browse the repository at this point in the history
As of this release the plugin requires Java 17 or greater. Formatting
Java 11 source files is still supported.

See:
- https://github.com/google/google-java-format/releases/tag/v1.25.0
- google/google-java-format@v1.24.0...v1.25.0
  • Loading branch information
Stephan202 committed Nov 19, 2024
1 parent 8b68c45 commit 44e3263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
java: [ '11', '17', '21' ]
java: [ '17', '21' ]
os: [ 'ubuntu-20.04', 'windows-latest' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.24.0</version>
<version>1.25.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 44e3263

Please sign in to comment.