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
Observed 2 issues on an example application generated with jhipster-native:
I only observed the issues with docker, it works fine with npm run native-package & npm run native-start
Docker Build issue:
a. Generated an example application with gradle as a build tool with jhipster-native.
b. attempted to build the docker image with ./gradlew clean -Pdev bootBuildImage the attached error is thrown build-log.log
c. Have updated the the native.gradle file as attached the, build works fine native.gradle
Docker Run Issue:
a. Tried running the docker after updating the build with above step with the attached docker-compose.yml
b. I get the errors attached in the log file: docker-run-log.log
Motivation for or Use Case
Regular Gradle based application as me and my team are more familier with gradle
Reproduce the error
Please use the steps in the overview section to re-produce...
Overview of the issue
Observed 2 issues on an example application generated with
jhipster-native
:I only observed the issues with docker, it works fine with
npm run native-package
&npm run native-start
Docker Build issue:
a. Generated an example application with gradle as a build tool with jhipster-native.
b. attempted to build the docker image with
./gradlew clean -Pdev bootBuildImage
the attached error is thrownbuild-log.log
c. Have updated the the
native.gradle
file as attached the, build works finenative.gradle
Docker Run Issue:
a. Tried running the docker after updating the build with above step with the attached
docker-compose.yml
b. I get the errors attached in the log file:
docker-run-log.log
Motivation for or Use Case
Regular Gradle based application as me and my team are more familier with gradle
Reproduce the error
Please use the steps in the overview section to re-produce...
Related issues
Suggest a Fix
partial fix suggested in native.gradle
JHipster Version(s)
`
JHipster:
8.5.0
JHipster-native:
2.2.0
JHipster configuration
yo-rc.json
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryN/A
Browsers and Operating System
The text was updated successfully, but these errors were encountered: