We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0431218 commit 14eca96Copy full SHA for 14eca96
pom.xml
@@ -984,7 +984,7 @@
984
<version>3.16.0</version>
985
<configuration>
986
<linkXref>true</linkXref>
987
- <targetJdk>1.7</targetJdk>
+ <targetJdk>${project.java.target}</targetJdk>
988
</configuration>
989
</plugin>
990
@@ -1140,7 +1140,7 @@
1140
1141
<!-- apply a specific flavor of google-java-format -->
1142
<googleJavaFormat>
1143
- <version>1.7</version>
+ <version>${project.java.target}</version>
1144
<style>AOSP</style>
1145
</googleJavaFormat>
1146
</java>
0 commit comments