Skip to content

fix: Use JDK instead of JRE for Java compilation - #28

Merged
thesurenk merged 1 commit into
mainfrom
dockerfile-updates
Oct 1, 2025
Merged

fix: Use JDK instead of JRE for Java compilation#28
thesurenk merged 1 commit into
mainfrom
dockerfile-updates

Conversation

@thesurenk

Copy link
Copy Markdown
Collaborator
  • Change from eclipse-temurin:17-jre to eclipse-temurin:17-jdk
  • JRE only has runtime, JDK has compiler (javac) needed for Maven
  • Resolves 'No compiler is provided in this environment' error
  • Angular build now works, Java compilation was the remaining issue
  • Complete build should now succeed

- Change from eclipse-temurin:17-jre to eclipse-temurin:17-jdk
- JRE only has runtime, JDK has compiler (javac) needed for Maven
- Resolves 'No compiler is provided in this environment' error
- Angular build now works, Java compilation was the remaining issue
- Complete build should now succeed
@thesurenk
thesurenk merged commit 6ae94f1 into main Oct 1, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant