-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Guide fix after code change #25980
Labels
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
Milestone
Comments
Would you like to contribute the doc fix @demtnt? |
with pleasure, but have no idea where sources of https://quarkus.io/guides/gradle-tooling#running-integration-tests are located |
The source can be found at https://github.com/quarkusio/quarkus/blob/main/docs/src/main/asciidoc/gradle-tooling.adoc |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Oct 19, 2022
gastaldi
added a commit
that referenced
this issue
Oct 20, 2022
Eng-Fouad
pushed a commit
to Eng-Fouad/quarkus
that referenced
this issue
Oct 21, 2022
tmihalac
pushed a commit
to tmihalac/quarkus
that referenced
this issue
Oct 27, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 31, 2022
Fixes: quarkusio#25980 (cherry picked from commit 4c540d5)
zakkak
pushed a commit
to zakkak/quarkus
that referenced
this issue
Nov 15, 2022
Fixes: quarkusio#25980 (cherry picked from commit 4c540d5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
It is looks like mistake in https://quarkus.io/guides/gradle-tooling#running-integration-tests. Instead of
This task depends on both check and quarkusBuild tasks.
should beThis task depends on both test and quarkusBuild tasks.
As we can see in 17b51b8Implementation ideas
Replace
This task depends on both check and quarkusBuild tasks.
withThis task depends on both test and quarkusBuild tasks.
The text was updated successfully, but these errors were encountered: