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

sbt-native-packager 1.10.0 (improves Scala 3 support) #12527

Merged
merged 2 commits into from Apr 12, 2024

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Apr 12, 2024

I was helping out yesterday and today in the sbt-native-packager repo to get a new release out (the first since 14 month)....

@mkurz
Copy link
Member Author

mkurz commented Apr 12, 2024

This should be totally safe to ship with next 3.0.x and 2.9.x patch releases:

@mkurz
Copy link
Member Author

mkurz commented Apr 12, 2024

@Mergifyio backport 3.0.x

Copy link
Contributor

mergify bot commented Apr 12, 2024

backport 3.0.x

✅ Backports have been created

@mkurz
Copy link
Member Author

mkurz commented Apr 12, 2024

@Mergifyio backport 2.9.x

Copy link
Contributor

mergify bot commented Apr 12, 2024

backport 2.9.x

✅ Backports have been created

@hakanakan

This comment was marked as off-topic.

See sbt-native-packager#1592
@@ -25,7 +25,7 @@ checkStartScript := {
}
val contents = IO.read(startScript)
val lines = IO.readLines(startScript)
if (!contents.contains("app_mainclass=(play.core.server.ProdServerStart)")) {
if (!contents.contains("app_mainclass=('play.core.server.ProdServerStart')")) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Because of sbt/sbt-native-packager@cb29893

Actually that fix improves Scala 3 support

@playframework playframework deleted a comment from hakanakan Apr 12, 2024
@mkurz mkurz merged commit 4c4e5d1 into playframework:main Apr 12, 2024
29 checks passed
@mkurz mkurz deleted the sbt-native-packager-1.10.0 branch April 12, 2024 20:43
mkurz added a commit that referenced this pull request Apr 13, 2024
[2.9.x] sbt-native-packager 1.10.0 (backport #12527) by @mkurz
mkurz added a commit that referenced this pull request Apr 13, 2024
[3.0.x] sbt-native-packager 1.10.0 (backport #12527) by @mkurz
@mkurz mkurz changed the title sbt-native-packager 1.10.0 sbt-native-packager 1.10.0 (improves Scala 3 support) Apr 13, 2024
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.

"is_cygwin not found" when using AshScriptPlugin & DockerPlugin from sbt-native-packager
2 participants