-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix declaring product of straight-to-jar compilation #20592
Conversation
It returns the absolute path of the jar file instead of '/'
1f07142
to
e0b7001
Compare
@jamie For a class file in a JAR, I returned the |
|
e0b7001
to
8007626
Compare
Fixed |
@bishabosha What should I do to get this backported to 3.3.x? |
Wait until the backporting bot gets to this PR. There's a lot of backlog but it's basically automated. |
Currently the straight-to-JAR compilation does not declare any class file to Zinc, which prevents Zinc from compiling downstream modules incrementally.
For the context, we would like to enable straight-to-JAR compilation in sbt 2.x, and put remote caching on top of it.