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

Fixes publish release to Sonatype repository. #222

Merged
merged 2 commits into from
Sep 28, 2021

Conversation

felipebonezi
Copy link
Contributor

@felipebonezi felipebonezi commented Sep 28, 2021

Fixes #216, #221 reference to PR #217
It will help to evolve #208 and get things on track!

@codecov-commenter
Copy link

codecov-commenter commented Sep 28, 2021

Codecov Report

Merging #222 (cc1bc96) into master (36c6f65) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #222   +/-   ##
=======================================
  Coverage   13.66%   13.66%           
=======================================
  Files           7        7           
  Lines         139      139           
  Branches       10       10           
=======================================
  Hits           19       19           
  Misses        120      120           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36c6f65...cc1bc96. Read the comment docs.

@lapidus79 lapidus79 merged commit 8b21b94 into playframework:master Sep 28, 2021
@felipebonezi
Copy link
Contributor Author

@lapidus79 hey, tks for merge.
Could you create a new pre-release and write how to use the RC image available?

It will help our Play Ebean community to Test and use on their projects. 😁

@lapidus79
Copy link
Contributor

Will do it in a couple of hours

@lapidus79
Copy link
Contributor

@felipebonezi seems that the publish failed for some reason. Any ideas?

https://app.travis-ci.com/github/playframework/play-ebean/jobs/540058280

@felipebonezi
Copy link
Contributor Author

@felipebonezi seems that the publish failed for some reason. Any ideas?

https://app.travis-ci.com/github/playframework/play-ebean/jobs/540058280

I think it must be in both settings on build.sbt (play-ebean and sbt-play-ebean)

Let me add.

@lapidus79
Copy link
Contributor

@felipebonezi or could it be that it for some reason is trying to publish the play-ebean-root project

2021-09-28 15:43:18.111Z  info [SonatypeService] No previous staging repository for [sbt-sonatype] play-ebean-root 6.2.0-RC1 was found  - (SonatypeService.scala:96)
2021-09-28 15:43:22.218Z error [Sonatype] [MISSING_PROFILE] Profile com.typesafe.play is not found. Check your sonatypeProfileName setting in build.sbt  - (Sonatype.scala:425)

even though the root project has "publish / skip := true" in build.sbt 🤔

lazy val root = project
  .in(file("."))
  .aggregate(core, plugin)
  .disablePlugins(MimaPlugin)
  .settings(
    name := "play-ebean-root",
    crossScalaVersions := Nil,
    publish / skip := true
  )
```

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.

Bintray Download for 6.1.0 down
3 participants