-
I'm aiming to enhance the Gradle version within our project, but I've noticed that the Gradle version in the build.properties.ejs file is dynamically assigned. I'm curious about where this version is being fetched from. Could someone please enlighten me on this matter? Any insights would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
mraible
Mar 18, 2024
Replies: 1 comment
-
The values are likely coming from the main generator-jhipster, in https://github.com/jhipster/generator-jhipster/blob/main/generators/gradle/constants.js. What are you hoping to change? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mraible
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The values are likely coming from the main generator-jhipster, in https://github.com/jhipster/generator-jhipster/blob/main/generators/gradle/constants.js. What are you hoping to change?