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

prepare sbt 2.x cross build #190

Merged
merged 1 commit into from
Oct 18, 2024
Merged

prepare sbt 2.x cross build #190

merged 1 commit into from
Oct 18, 2024

Conversation

xuwei-k
Copy link
Member

@xuwei-k xuwei-k commented Oct 18, 2024

No description provided.

@@ -115,5 +115,5 @@ object GitHubActionsPlugin extends AutoPlugin {
override def buildSettings = workflowParseSettings

override def globalSettings = Seq(
githubIsWorkflowBuild := sys.env.get("GITHUB_ACTIONS").map("true" ==).getOrElse(false))
githubIsWorkflowBuild := sys.env.get("GITHUB_ACTIONS").map("true" == _).getOrElse(false))
Copy link
Member Author

Choose a reason for hiding this comment

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

[error] 118 |    githubIsWorkflowBuild := sys.env.get("GITHUB_ACTIONS").map("true" ==).getOrElse(false))
[error]     |                                                                      ^^
[error]     |                             ',' or ')' expected, but identifier found

@@ -23,5 +23,5 @@ object Paths {

final case class Ignore(path: List[String]) extends Paths

final case object None extends Paths
case object None extends Paths
Copy link
Member Author

Choose a reason for hiding this comment

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

[warn] 26 |  final case object None extends Paths
[warn]    |  ^^^^^
[warn]    |  Modifier final is redundant for this definition

Copy link
Member

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

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

Thanks!

@eed3si9n eed3si9n merged commit cfc2472 into sbt:main Oct 18, 2024
10 checks passed
@xuwei-k xuwei-k deleted the prepare-sbt-2 branch October 18, 2024 04:40
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.

2 participants