-
Notifications
You must be signed in to change notification settings - Fork 1.1k
connect CB with the new artifacts #24177
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
Conversation
0b2062d to
02123c9
Compare
e2de214 to
9b16add
Compare
f8d96d6 to
fc1a44a
Compare
|
All |
44eab3f to
fee73ec
Compare
fee73ec to
5160cb1
Compare
dc2ab9f to
1826eff
Compare
0e160bd to
f0539ea
Compare
7b0ac61 to
be9c4c6
Compare
be9c4c6 to
c485a9c
Compare
c485a9c to
c1a5df2
Compare
|
I've disabled the following projects for now:
They will be enabled back soon but for the purpose of this PR, I've disabled them. |
5713111 to
044bbb2
Compare
044bbb2 to
ca3bbdf
Compare
| ).mkString("; "), | ||
| sbtPublishCommand = "coreJVM/publishLocal; coreJS/publishLocal", | ||
| scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Wsafe-init"), | ||
| environment = Map("GITHUB_ACTIONS" -> "false"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the project uses sbt-typelevel so it detects that we are running inside GitHub actions and enables fatal warnings.
aa917ff to
ca3bbdf
Compare
No description provided.