You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/03 18:27:33 UTC

[maven-compiler-plugin] branch master updated: error-prone still not supported

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a130a26  error-prone still not supported
a130a26 is described below

commit a130a260099c4ade3c2bb749ca1eae1bd6b9c11e
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 3 20:27:26 2019 +0200

    error-prone still not supported
---
 src/it/error-prone-compiler/invoker.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/error-prone-compiler/invoker.properties b/src/it/error-prone-compiler/invoker.properties
index a0e11e0..e511168 100644
--- a/src/it/error-prone-compiler/invoker.properties
+++ b/src/it/error-prone-compiler/invoker.properties
@@ -15,6 +15,6 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.java.version = 1.8+,!11,!12
+invoker.java.version = 1.8+,!11,!12,!13
 invoker.goals = clean compile
 invoker.buildResult = failure