Skip to content

Commit

Permalink
Excludes Java17 files
Browse files Browse the repository at this point in the history
Excludes:
- Java17RecordTest.java
- Java17RecordReflectionTest.java
  • Loading branch information
MaicolAntali committed Nov 7, 2023
1 parent 689d044 commit 5c914f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
</format>
</formats>
<java>
<excludes>
<exclude>src/test/java/com/google/gson/functional/Java17RecordTest.java</exclude>
<exclude>src/test/java/com/google/gson/native_test/Java17RecordReflectionTest.java</exclude>
</excludes>
<googleJavaFormat>
<style>GOOGLE</style>
<reflowLongStrings>true</reflowLongStrings>
Expand Down

0 comments on commit 5c914f7

Please sign in to comment.