-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add integration test #31
Conversation
ad41116
to
f9e6826
Compare
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.
Looks good! Thank you!
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.
LGTM! Thank you!
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.
LGTM! Thank you!
As per discussion with @yito88 #30 (comment), we plan to add an integration test to see if Kelpie can work with Java 11 or later in addition to Java 8. This PR adds a simple integration test for that with minimum effort.
This PR includes:
kelpie-test:print-modules
and execute it with internally built Kelpiebuild.gradle
to work with Gradle 8 since recent Javas require it.