From issues-return-92443-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Thu Feb 20 04:38:03 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2A289180674 for ; Thu, 20 Feb 2020 05:38:03 +0100 (CET) Received: (qmail 72005 invoked by uid 500); 20 Feb 2020 04:38:02 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 71983 invoked by uid 99); 20 Feb 2020 04:38:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2020 04:38:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2134AE2D8D for ; Thu, 20 Feb 2020 04:38:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 690BD7804A2 for ; Thu, 20 Feb 2020 04:38:00 +0000 (UTC) Date: Thu, 20 Feb 2020 04:38:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-7135) Fix Java 11 build with com.puppycrawl.tools:checkstyle:jar:8.29 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-7135?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17040= 620#comment-17040620 ]=20 ASF subversion and git services commented on NIFI-7135: ------------------------------------------------------- Commit 41518d953cde9776451a7f395747acd7cc8beb7a in nifi's branch refs/heads= /master from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=3Dnifi.git;h=3D41518d9 ] NIFI-7135 - Fix Java 11 build with com.puppycrawl.tools:checkstyle:jar:8.29= dependency This closes #4050. Signed-off-by: Andy LoPresto > Fix Java 11 build with com.puppycrawl.tools:checkstyle:jar:8.29 dependenc= y > -------------------------------------------------------------------------= - > > Key: NIFI-7135 > URL: https://issues.apache.org/jira/browse/NIFI-7135 > Project: Apache NiFi > Issue Type: Bug > Components: Tools and Build > Reporter: Pierre Villard > Assignee: Pierre Villard > Priority: Major > Time Spent: 0.5h > Remaining Estimate: 0h > > Since the upgrade of=C2=A0com.puppycrawl.tools:checkstyle to 8.29 (NIFI-7= 108), the Java 11 build on Travis is failing with: > {code:java} > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-= plugin:3.1.0:check (check-style) on project nifi: Execution check-style of = goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check failed: P= lugin org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0 or one of its = dependencies could not be resolved: Could not find artifact com.puppycrawl.= tools:checkstyle:jar:8.29 in bintray (https://dl.bintray.com/groovy/maven) = -> [Help 1]{code} > It looks like plugin dependencies are only resolved against:=C2=A0 > {code:java} > > > bintray > Groovy Bintray > https://dl.bintray.com/groovy/maven > > never > > > false > > > > {code} > =C2=A0I suggest to add Maven repository as an additional plugin repositor= y. -- This message was sent by Atlassian Jira (v8.3.4#803005)