From ecfc4fcca76a402992667d37dc7ed67caeafca09 Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Fri, 15 Nov 2024 08:45:14 -0800 Subject: [PATCH] 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 --- type_annotations/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/type_annotations/pom.xml b/type_annotations/pom.xml index 33492170e44..e04034cd3e9 100644 --- a/type_annotations/pom.xml +++ b/type_annotations/pom.xml @@ -43,18 +43,4 @@ http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 17 - 17 - - - - -