-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such property: maven.mainClass / Java/Maven build failures #2657
Comments
It looks like your codeql scans started failing on this commit: https://github.com/ottlinger/mailclena/actions/runs/11750645752 where you upgraded to mvn 4-beta-5. In your codeql workflow you are using The easiest thing to do is to use |
I assume the problem is somewhere in the autobuild script as it adds an unknown property:
The build is back in the green via ottlinger/mailclena@1d8dc07 but I assume that is not what you intended. Thanks |
That's another option. You're using an explicit build command. If that works for your repository, then there are no problems. I'll close this issue. |
I thought that you would include something on your side to not issue this parameter by default in Maven builds as it is incompatible with newer Maven versions .... but I'm fine if my build is back in the green :) Thanks again. |
I'll discuss this with the team maintaining the Java extractor. |
Recently I experience build failures while running the codeql-java-autobuild:
on project https://github.com/ottlinger/mailclena
As I do not configure any of the variables in
https://github.com/ottlinger/mailclena/blob/master/.github/workflows/codeql.yml
I wonder how to proceed.
Thanks
The text was updated successfully, but these errors were encountered: