-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Fix entrypoint file name #1782
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Timestamp: 2021-04-07 07:58:17 |
@flank-it |
Integration tests failed ❌ |
Will probably fail on windows... |
Ah quota... |
"java", | ||
"-cp", | ||
System.getProperty("java.class.path"), | ||
"ftl.Main" |
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.
Nice test. Thanks.
@flank-it |
Integration tests were triggered at 2021-04-07 07:20:34, you can track progress here |
bd1f722
to
d7c31de
Compare
Fixes #1780
Test Plan
./gradlew flankFullRun
ftl.Main
changed toftl.MainKt
in 21.04.0 breaking scripts and Fladle. #1780./gradlew runFlank
Checklist