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

Move tlFatalWarnings and tlJdkRelease into per-config scope #250

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

armanbilge
Copy link
Member

Fixes #201.

TIL inConfig. This change should make it possible to set different values for these settings in the Compile and Test scopes. Examples:

  • fatal warnings in compile, disabled in test
  • JDK 8 in compile, JDK 11 in test

@armanbilge armanbilge merged commit 366caab into typelevel:series/0.4 Apr 11, 2022
armanbilge added a commit to armanbilge/sbt-typelevel that referenced this pull request Apr 11, 2022
armanbilge added a commit that referenced this pull request Apr 11, 2022
Revert #250 which moved scalac/javac options to scope-specific settings
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

Successfully merging this pull request may close these issues.

tlFatalWarnings cannot be scoped to just Test ...
1 participant