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

Include JDK version and java target version in cache identifier #64

Open
spockz opened this issue Mar 9, 2019 · 2 comments
Open

Include JDK version and java target version in cache identifier #64

spockz opened this issue Mar 9, 2019 · 2 comments

Comments

@spockz
Copy link

spockz commented Mar 9, 2019

Currently caches, e.g. with stash, are scoped to the project name and the major scala version. This should probably be the full scala compiler version and include the version of the JDK, as well as the java target version.

@romanowski
Copy link
Owner

I can see your point why we would like to scope it with full compiler version and jdk version but the only reason why have automatic scoping by scala binary version is to support cross compilation so you can invoke +stash and +stashApply. I think I can make those default prefix configurable.

@spockz
Copy link
Author

spockz commented Mar 16, 2019

Having it configurable would be optimal. Then everyone can determine their own.

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

No branches or pull requests

2 participants