Skip to content

Commit 14eca96

Browse files
committed
Forgot to save last edit. Checking that change to pom.
1 parent 0431218 commit 14eca96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
<version>3.16.0</version>
985985
<configuration>
986986
<linkXref>true</linkXref>
987-
<targetJdk>1.7</targetJdk>
987+
<targetJdk>${project.java.target}</targetJdk>
988988
</configuration>
989989
</plugin>
990990

@@ -1140,7 +1140,7 @@
11401140

11411141
<!-- apply a specific flavor of google-java-format -->
11421142
<googleJavaFormat>
1143-
<version>1.7</version>
1143+
<version>${project.java.target}</version>
11441144
<style>AOSP</style>
11451145
</googleJavaFormat>
11461146
</java>

0 commit comments

Comments
 (0)