Skip to content
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

Constant name for the app-boot.jar in app module #989

Merged
merged 2 commits into from
Jul 27, 2021
Merged

Constant name for the app-boot.jar in app module #989

merged 2 commits into from
Jul 27, 2021

Conversation

lanwen
Copy link
Collaborator

@lanwen lanwen commented Jul 26, 2021

On jitpack version got added into jar file produced by the app module - so that it looks like app-0.10.1-rc1-boot.jar.
Obviously, tck during the search of the resource app-boot.jar fails to find anything with a NPE,
what makes tck app runner unusable outside of the original repo. Also currently, all jars embedded into tck,
however we need only a boot one (among sources and bare minimum ones), so this PR fixes that as well.

@lanwen lanwen changed the title Constant name for a app-boot.jar Constant name for an app-boot.jar Jul 26, 2021
@lanwen lanwen requested a review from bsideup July 26, 2021 22:25
@lanwen lanwen changed the title Constant name for an app-boot.jar Constant name for the app-boot.jar in app module Jul 26, 2021
tck/build.gradle Outdated Show resolved Hide resolved
Co-authored-by: Sergei Egorov <bsideup@gmail.com>
@lanwen lanwen merged commit b09bf3b into master Jul 27, 2021
@delete-merged-branch delete-merged-branch bot deleted the tck-fix branch July 27, 2021 08:27
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.

2 participants