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

#205: Release process is broken #206

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

benedeki
Copy link
Contributor

@benedeki benedeki commented Jun 4, 2024

  • removed incompatible settings from sbt project setup
  • separated Sonatype and GitHub release, as they use different Java versions
  • updated build.yml for newest action versions

Closes #205

* removed incompatible settings from sbt project setup
* separated Sonatype and GitHub release, as they use different Java versions
* updated build.yml for newest action versions
Copy link

github-actions bot commented Jun 4, 2024

JaCoCo model module code coverage report - scala 2.13.11

Overall Project 62.5% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Jun 4, 2024

JaCoCo agent module code coverage report - scala 2.13.11

Overall Project 86.3% 🍏

There is no coverage information present for the Files changed

Copy link

github-actions bot commented Jun 4, 2024

JaCoCo server module code coverage report - scala 2.13.11

Overall Project 70.78% 🍏

There is no coverage information present for the Files changed


val clientJavacOptions: Seq[String] = Seq("-source", "1.8", "-target", "1.8", "-Xlint")
def clientScalacOptions(scalaVersion: Version): Seq[String] = {
if (scalaVersion >= scala213) {
Seq("-release", "8", "-Ymacro-annotations")
} else {
Seq("-target", "8", "-release", "8")
Seq("-release", "8", "-target:8")
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it really needed together? "-target:8"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤷

Copy link
Collaborator

@lsulak lsulak left a comment

Choose a reason for hiding this comment

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

LGTM although I asked 2 questions - otherwise I built it locally and it works

lsulak
lsulak previously approved these changes Jun 4, 2024
@benedeki benedeki merged commit 76cba29 into master Jun 4, 2024
7 checks passed
@benedeki benedeki deleted the bugfix/205-release-process-is-broken branch June 4, 2024 15:47
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.

Release process is broken
3 participants