Skip to content

Add build tool fallbacks for tasks#213

Open
mweirauch wants to merge 1 commit intozed-extensions:mainfrom
mweirauch:add-build-tool-fallbacks
Open

Add build tool fallbacks for tasks#213
mweirauch wants to merge 1 commit intozed-extensions:mainfrom
mweirauch:add-build-tool-fallbacks

Conversation

@mweirauch
Copy link

This adds mvn and gradle fallbacks for projects where no Maven Wrapper or Gradle Wrapper is present.

This was tested with 4 simple test projects. (mvn, mvnw, gradle, gradlew each with a main class, a test class and inner tests)

I took the liberty to adjust the message when no build tooling is found from "No build system found" to "No build tool found" as these are rather tools than complete "build systems".

This also changes gradle project detection to check for `build.gradle`
instead of `gradlew` in the first place.
@cla-bot
Copy link

cla-bot bot commented Mar 13, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @mweirauch on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@mweirauch
Copy link
Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Mar 13, 2026
@cla-bot
Copy link

cla-bot bot commented Mar 13, 2026

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant