Skip to content

Conversation

@johanandren
Copy link
Collaborator

Drops all the ancient formatting/findbugs/test coverage stuff and bumps sbt to latest. Adds an initial publish/release CI job that may need further iterations (or we are lucky and just need to add credentials to the repo)

@mkurz
Copy link

mkurz commented Jul 4, 2025

I am pretty sure you need to remove these lines as well

config/build.sbt

Lines 28 to 32 in 41c5b72

ThisBuild / publishTo := {
val nexus = "https://oss.sonatype.org/"
if ((ThisBuild / isSnapshot).value) Option("Sonatype OSS Snapshots" at nexus + "content/repositories/snapshots")
else Option("Sonatype OSS Staging" at nexus + "service/local/staging/deploy/maven2")
}

@mkurz
Copy link

mkurz commented Jul 4, 2025

Not sure if this is needed as well:

ThisBuild / publishMavenStyle := true

If publishing isn't working I would try removing this line first.

Copy link
Contributor

@sebastian-alfers sebastian-alfers left a comment

Choose a reason for hiding this comment

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

LGTM

@JustinPihony JustinPihony merged commit ed6e1c1 into lightbend:main Jul 10, 2025
3 checks passed
@johanandren johanandren deleted the wip-modernize-build branch August 4, 2025 07:50
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