You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use code.quarkus.io to generate a starter template using gradle instead of maven, it generates a wrong .github/workflows/ci.yml when pushing the project to github.
Expected behavior
It generates a working workflow that builds the application with gradle
Actual behavior
The generated workflow configures the java action to use caching for maven, which fails because the project doesn't contain any pom.xml files.
Describe the bug
If you use code.quarkus.io to generate a starter template using gradle instead of maven, it generates a wrong
.github/workflows/ci.yml
when pushing the project to github.Expected behavior
It generates a working workflow that builds the application with gradle
Actual behavior
The generated workflow configures the java action to use caching for maven, which fails because the project doesn't contain any pom.xml files.
How to Reproduce?
Gradle
or Gradle with Kotlin DSLOutput of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: