generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Maven build error requiring clean
to build successfully
#1041
Comments
wesbillman
changed the title
Maven build error requiring
Maven build error requiring Mar 7, 2024
clean
to build successfully
Open
If it's incremental compilation that's causing it, we should just disable it. But I think we need to know what's causing it first. |
I encountered this today and disabling incremental compilation did indeed fix it. |
alecthomas
added a commit
that referenced
this issue
Mar 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried building with just
bit
at the command line and get this error:Running
mvn -B -pl :ftl-runtime clean
fixed it for me. I wonder if we should update theJustfile
to runinstall-jars
with a clean option to avoid this? Or maybe there's a better way withbit
The text was updated successfully, but these errors were encountered: