-
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
Fix gradle - junit5 integration templates and instructions #4600
Conversation
devtools/common/src/main/resources/templates/basic-rest/kotlin/build.gradle-template.ftl
Outdated
Show resolved
Hide resolved
e41b501
to
918d3e7
Compare
The regular tests can be run using |
It would be nice if the CreateProject also generated a README.md file with instructions on how to build the project. I'll create a separate issue for that |
There you go: #4608 |
Nice idea! |
@geoand it looks like the native image is always built when you |
@gastaldi good question... It's a by-product of having the So the question is: Should we do what we do with Maven and hide the native stuff behind a flag (no profiles in Gradle) or have users use Gradle's |
I think option 1 would be more like it, but I'd like to hear more from actual Gradle plugin users |
Not opposed to any of those options btw |
@Sanne WDYT? Is the more Gradle friendly option to hide tasks behind flags or to leave it up to the users to execute |
btw, |
918d3e7
to
fe32bd9
Compare
@gastaldi good point, done. |
devtools/common/src/main/resources/templates/basic-rest/java/build.gradle-template.ftl
Outdated
Show resolved
Hide resolved
337f97c
to
9622c7e
Compare
devtools/common/src/main/resources/templates/basic-rest/java/build.gradle-template.ftl
Show resolved
Hide resolved
devtools/common/src/main/java/io/quarkus/generators/rest/BasicRestProjectGenerator.java
Outdated
Show resolved
Hide resolved
9622c7e
to
a70bab1
Compare
1c6a293
to
efbe420
Compare
Arg.... Gradle has more surprises in store... Something is not working after the rename 🤦♂️ |
@gastaldi actually using |
test-framework/common/src/main/java/io/quarkus/test/common/PathTestHelper.java
Outdated
Show resolved
Hide resolved
efbe420
to
e23ecea
Compare
OK, the final version has been pushed |
The CI failure is known. Can I have a review of this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you take care of my comment?
e23ecea
to
44ba936
Compare
No description provided.