Skip to content

Commit

Permalink
Remove language level override for type_annotations
Browse files Browse the repository at this point in the history
Now that the default is new enough to support type annotations, overriding it here isn't necessary.

PiperOrigin-RevId: 696900786
  • Loading branch information
cushon authored and Error Prone Team committed Nov 15, 2024
1 parent 947e77e commit ecfc4fc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions type_annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,4 @@
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
<compilerArgs combine.self="override" />
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit ecfc4fc

Please sign in to comment.