Re: SonarQube plugin for Gradle

2021-08-07 Thread Jacques Le Roux
/browse/INFRA-22121 It's not a big deal, but since Drew (of Infra) asked, anyone else interesting to help in this aspect? Thanks Jacques Le 17/07/2021 à 09:20, Jacques Le Roux a écrit : Hi, The SonarQube Gradle plugin to work needs a SonarQube instance running somewhere : https

Re: SonarQube plugin for Gradle

2021-07-20 Thread Jacques Le Roux
Jacques Le 17/07/2021 à 09:20, Jacques Le Roux a écrit : Hi, The SonarQube Gradle plugin to work needs a SonarQube instance running somewhere : https://docs.sonarqube.org/latest/setup/get-started-2-minutes/ And it requires Java 11 to run : https://docs.sonarqube.org/latest/requirements

Re: SonarQube plugin for Gradle

2021-07-17 Thread Jacques Le Roux
Hi, The SonarQube Gradle plugin to work needs a SonarQube instance running somewhere : https://docs.sonarqube.org/latest/setup/get-started-2-minutes/ And it requires Java 11 to run : https://docs.sonarqube.org/latest/requirements/requirements/ So we are not ready yet. Later we could run

Re: SonarQube plugin for Gradle

2021-07-12 Thread Pierre Smits
06/2021 à 10:12, Pierre Smits a écrit : > >>> Hi Jacques, > >>> > >>> Did we implement a GitHub action to invoke the SonarQube analysis? > >>> > >>> Best regards, > >>> Pierre Smits > >>> > >>> On Mon, May

Re: SonarQube plugin for Gradle

2021-07-11 Thread Jacques Le Roux
Hi, I have just created https://issues.apache.org/jira/browse/INFRA-22099 for that Jacques Le 27/06/2021 à 18:52, Jacques Le Roux a écrit : Hi, I checked, the GH actions are in https://github.com/apache/ofbiz-framework/blob/trunk/.github/workflows/gradle.yaml Clearly SonarQube is not

Re: SonarQube plugin for Gradle

2021-06-27 Thread Jacques Le Roux
Hi, I checked, the GH actions are in https://github.com/apache/ofbiz-framework/blob/trunk/.github/workflows/gradle.yaml Clearly SonarQube is not there. So it's indeed Infra thing. I'll check with them, after checking what it means to use it in Gradle... Jacques Le 01/06/2021 à 11:23,

Re: SonarQube plugin for Gradle

2021-06-01 Thread Jacques Le Roux
Hi Pierre, I'm not sure. I think it's an Infra thing, I'll check that. Jacques Le 01/06/2021 à 10:12, Pierre Smits a écrit : Hi Jacques, Did we implement a GitHub action to invoke the SonarQube analysis? Best regards, Pierre Smits On Mon, May 31, 2021 at 6:02 PM Jacques Le Roux <

Re: SonarQube plugin for Gradle

2021-06-01 Thread Pierre Smits
e is built with Gradle: use the SonarQube plugin for > Gradle during the build>> > > > https://github.com/SonarSource/sonarcloud-github-action#user-content-do-not-use-this-github-action-if-you-are-in-the-following-situations > > So I think we should remove it from GH and rather u

SonarQube plugin for Gradle

2021-05-31 Thread Jacques Le Roux
Hi, Just stumbled upon this : <> https://github.com/SonarSource/sonarcloud-github-action#user-content-do-not-use-this-github-action-if-you-are-in-the-following-situations So I think we should remove it from GH and rather use it with Gradle. Not sure about all that though... Opinions ?