Skip to content

Codeanalyzer fails in when running on maven projects when gradle command is not found in the system path #83

Closed
@fabio-franco

Description

@fabio-franco

When the user is running on codeanalyzer on maven project, codeanalyzer raises an illegal state exception when gradle is not installed. This must not happen because the user can't be expected to have gradle install when they are using maven.

Steps to reproduce:

  1. Make sure you don't have gradle installed in your machine:
gradle -v
zsh: command not found: gradle
  1. Try to run the code analyzer over a maven project, which does not have any gradle file. For example, you can use https://github.ibm.com/was-svt/erww-lite or any other maven project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions