-
Notifications
You must be signed in to change notification settings - Fork 52
feat: multimodule maven support #330
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
base: main
Are you sure you want to change the base?
Conversation
without this, the correct jar won't exist in the final image
| | `RAILPACK_JDK_VERSION` | Override the JDK version | `17` | | ||
| | `RAILPACK_GRADLE_VERSION` | Override the Gradle version | `8.5` | | ||
|
|
||
| ## Multi-Module Projects |
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.
@derkoe I don't have a lot of experience with Java. I'm curious what you think of this approach and if this makes sense for your particular use case.
|
@coffee-cup This PR was very much LLM-inspired, as I have very little understanding or experience with Java. I'm not sure if you have more experience than I, but it would be great to get a second pair of eyes on this to make sure I'm not missing something obvious. |
coffee-cup
left a comment
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.
I am absolutely not the person to ask for Java stuff either :/
I would say good to merge as long as we have tests
Fixes #165