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

use sbt-pekko-build #826

Merged
merged 3 commits into from
Jan 15, 2024
Merged

use sbt-pekko-build #826

merged 3 commits into from
Jan 15, 2024

Conversation

pjfanning
Copy link
Contributor

@pjfanning pjfanning commented Dec 2, 2023

allow us to share some build code across projects

@mdedetrich
Copy link
Contributor

@pjfanning I just pushed 2 commits on this branch. The first one just updates from latest main, the second one uses the latest sbt-pekko-build and sets the critical sbt SettingKey (i.e. pekkoCoreProject), it also removes the existing PekkoInlinePlugin since this is now being handled by sbt-pekko-build

@pjfanning pjfanning changed the title [DRAFT] try sbt-pekko-build use sbt-pekko-build Jan 15, 2024
Copy link
Contributor

@nvollmar nvollmar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mdedetrich
Copy link
Contributor

Let me check the flags are smart with and without this change

Copy link
Contributor

@mdedetrich mdedetrich left a 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
Copy link
Member

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?

Copy link
Contributor

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?

Copy link
Member

@He-Pin He-Pin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pjfanning pjfanning merged commit dc03474 into apache:main Jan 15, 2024
18 checks passed
@pjfanning pjfanning deleted the sbt-pekko-build branch January 15, 2024 09:44
@mdedetrich
Copy link
Contributor

@pjfanning Do you want to cherry pick or should I?

@pjfanning
Copy link
Contributor Author

@pjfanning Do you want to cherry pick or should I?

You can do this if you like

mdedetrich pushed a commit to mdedetrich/pekko that referenced this pull request Jan 15, 2024
* 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)
mdedetrich pushed a commit that referenced this pull request Jan 15, 2024
* 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)
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.

4 participants