-
Notifications
You must be signed in to change notification settings - Fork 16
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
Check Java builds after clone #41
Comments
@alectunbridge are you able to reproduce this? |
I presume this applies to the Tax Calculator code base - I've done a fresh fork and clone and cannot recreate, even though the classes still have default visibility 🤷 |
We don’t use this but it was causing compiler errors. This is possibly (but probably not) what #41 was referring to.
Had this problem again when I unignored the test. Making the three tax prod classes public resolved it. Screenshots in Slack. |
Weirdly, I’ve just tried to reproduce this by checking out b040790 locally and was unable to. Might be worth trying with a fresh clone. |
@alectunbridge experienced visibility problems around classes with default access. He had to make the classes public to resolve it.
The text was updated successfully, but these errors were encountered: