Skip to content
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

Closed
demtnt opened this issue Jun 7, 2022 · 3 comments · Fixed by #28682
Closed

Guide fix after code change #25980

demtnt opened this issue Jun 7, 2022 · 3 comments · Fixed by #28682
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Milestone

Comments

@demtnt
Copy link

demtnt commented Jun 7, 2022

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 be This task depends on both test and quarkusBuild tasks. As we can see in 17b51b8

Implementation ideas

Replace This task depends on both check and quarkusBuild tasks. with This task depends on both test and quarkusBuild tasks.

@demtnt demtnt added the area/housekeeping Issue type for generalized tasks not related to bugs or enhancements label Jun 7, 2022
@geoand
Copy link
Contributor

geoand commented Jun 9, 2022

Would you like to contribute the doc fix @demtnt?

@demtnt
Copy link
Author

demtnt commented Jun 10, 2022

with pleasure, but have no idea where sources of https://quarkus.io/guides/gradle-tooling#running-integration-tests are located

@geoand
Copy link
Contributor

geoand commented Jun 10, 2022

geoand added a commit to geoand/quarkus that referenced this issue Oct 19, 2022
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone 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 gsmet modified the milestones: 2.14.0.CR1, 2.13.4.Final Oct 31, 2022
gsmet pushed a commit to gsmet/quarkus that referenced this issue Oct 31, 2022
zakkak pushed a commit to zakkak/quarkus that referenced this issue Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/housekeeping Issue type for generalized tasks not related to bugs or enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants