From e65afea85259343452825b940044e543bd4499ea Mon Sep 17 00:00:00 2001 From: ghm Date: Thu, 14 Nov 2024 07:23:11 -0800 Subject: [PATCH] Bump the source version of `org.apache.maven.plugins` up to 17. (Will it be this simple?) PiperOrigin-RevId: 696513911 --- .../com/google/errorprone/package-info.java | 18 ++++++++++++++++++ pom.xml | 3 ++- type_annotations/pom.xml | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 annotation/src/main/java/com/google/errorprone/package-info.java diff --git a/annotation/src/main/java/com/google/errorprone/package-info.java b/annotation/src/main/java/com/google/errorprone/package-info.java new file mode 100644 index 00000000000..2b04da736f0 --- /dev/null +++ b/annotation/src/main/java/com/google/errorprone/package-info.java @@ -0,0 +1,18 @@ +/* + * Copyright 2024 The Error Prone Authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** Contains the BugPattern annotation. */ +package com.google.errorprone; diff --git a/pom.xml b/pom.xml index ef51b6e1583..cb978fd9ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -172,9 +172,10 @@ maven-javadoc-plugin 3.3.1 - 8 + 17 true Error Prone ${project.version} API + src/main/java diff --git a/type_annotations/pom.xml b/type_annotations/pom.xml index 365123af188..33492170e44 100644 --- a/type_annotations/pom.xml +++ b/type_annotations/pom.xml @@ -50,8 +50,8 @@ org.apache.maven.plugins maven-compiler-plugin - 8 - 8 + 17 + 17