You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @tanin47, just following up on my previous message. Could you please provide the steps to reproduce the issue or share a public repository with the relevant details? This will help us address the issue more efficiently.
Description:
Every of my CI runs contains the below lines of logs:
It seems to compile the source code from sbt plugins every time. I wonder if there's a bug with sbt caching i.e. we aren't caching everything.
Task version:
actions/setup-java@v4
Platform:
Runner type:
Repro steps:
Our
project/plugins.sbt
looks like below:Expected behavior:
We shoudn't recompile the source code of these sbt plugins every time.
Actual behavior:
It recompiles the code and takes an extra 15 seconds.
Thank you.
The text was updated successfully, but these errors were encountered: