Skip to content

Commit ecfc4fc

Browse files
cushonError Prone Team
authored and
Error Prone Team
committed
Remove language level override for type_annotations
Now that the default is new enough to support type annotations, overriding it here isn't necessary. PiperOrigin-RevId: 696900786
1 parent 947e77e commit ecfc4fc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

type_annotations/pom.xml

-14
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,4 @@
4343
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
4444
</license>
4545
</licenses>
46-
47-
<build>
48-
<plugins>
49-
<plugin>
50-
<groupId>org.apache.maven.plugins</groupId>
51-
<artifactId>maven-compiler-plugin</artifactId>
52-
<configuration>
53-
<source>17</source>
54-
<target>17</target>
55-
<compilerArgs combine.self="override" />
56-
</configuration>
57-
</plugin>
58-
</plugins>
59-
</build>
6046
</project>

0 commit comments

Comments
 (0)