Skip to content

Commit

Permalink
Merge pull request #642 from playframework/fix-publishing
Browse files Browse the repository at this point in the history
Use the correct value for sonatypeProfileName
  • Loading branch information
marcospereira authored Jul 15, 2021
2 parents 6d88987 + 6cd9836 commit 973f9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- SCALA_VERSION=3.0.0
- TRAVIS_JDK=8

- stage: publish
name: "Publish artifacts to Sonatype"
- stage: release
name: "Release artifacts to Sonatype"
script: sbt ci-release
env:
- TRAVIS_JDK=11
Expand Down
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ lazy val commonSettings = Def.settings(
Compile / doc / scalacOptions ++= Seq(
// Work around 2.12 bug which prevents javadoc in nested java classes from compiling.
"-no-java-comments",
)
),
sonatypeProfileName := "com.typesafe"
)

lazy val root = project
Expand Down

0 comments on commit 973f9a0

Please sign in to comment.