-
Notifications
You must be signed in to change notification settings - Fork 155
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
use sbt-pekko-build #826
use sbt-pekko-build #826
Conversation
@pjfanning I just pushed 2 commits on this branch. The first one just updates from latest |
ea29de1
to
033a935
Compare
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.
lgtm
Let me check the flags are smart with and without this change |
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.
All good from my end (aside from a different ordering of the inline scalac flags everythings the same)
@@ -26,6 +26,11 @@ commands := commands.value.filterNot { command => | |||
|
|||
ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo | |||
|
|||
ThisBuild / pekkoCoreProject := true |
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.
add a comment about this pekkoCoreProject
?
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.
I mean it's kind of implied, this repo is the core pekko project?
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.
lgtm
@pjfanning Do you want to cherry pick or should I? |
You can do this if you like |
* try sbt-pekko-build * Use latest sbt-pekko-build 0.3.0 * remove temp resolver --------- Co-authored-by: Matthew de Detrich <[email protected]> (cherry picked from commit dc03474)
* try sbt-pekko-build * Use latest sbt-pekko-build 0.3.0 * remove temp resolver --------- Co-authored-by: Matthew de Detrich <[email protected]> (cherry picked from commit dc03474)
allow us to share some build code across projects