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
We need to use the following setting keys to perform CI tests: ciTargetJavaVersions, ciTargetMinJavaVersions, and ciTargetScalaVersions.
However, these are implementation details and we should not expect the user to fulfill these settings. Instead, we should read all submodules and identify which projects are to be tested (test/skip := true). Then, we can read the crossScalaVersions and javaPlatform setting keys to generate CI tests automatically, without any manual intervention.
The text was updated successfully, but these errors were encountered:
We need to use the following setting keys to perform CI tests:
ciTargetJavaVersions
,ciTargetMinJavaVersions
, andciTargetScalaVersions
.However, these are implementation details and we should not expect the user to fulfill these settings. Instead, we should read all submodules and identify which projects are to be tested (
test/skip := true
). Then, we can read thecrossScalaVersions
andjavaPlatform
setting keys to generate CI tests automatically, without any manual intervention.The text was updated successfully, but these errors were encountered: