-
Notifications
You must be signed in to change notification settings - Fork 188
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
[error] -Dsbt.log.noformat=true - expected ';' #4006
Comments
Same issue here. @jitpack-io any known workarounds, e.g. is it possible to provide a custom |
Temporary (ugly) workaround: # .jitpack.yml
install:
- sbt `echo $ARTIFACT | sed 's/.*2.11$/++2.11.12/;s/.*2.12$/++2.12.12/;s/.*2.13$/++2.13.4/;/^++[0-9.]\+/! s/.*/++2.13.4/'` publishM2 Note that when you request a module in a multi-module build, the |
This is fixed in newer sbt-launcher. It works with See: sbt/sbt#3921 |
Does this solution work for private repo- I was getting permision issue in jitpack build log |
@milin-k I don't have any experience with private repos, but imo this should be unrelated. |
@jitpack-io any chance to fix this? |
@zt1983811 I think your issue is completely unrelated to this issue. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Please provide:
https://jitpack.io/com/github/synesso/scala-stellar-sdk_2.12/0.10.0/build.log
No
The command issued
sbt ++2.12.0 -Dsbt.log.noformat=true clean publishM2
should instead be
sbt -Dsbt.log.noformat=true ++2.12.0 clean publishM2
The text was updated successfully, but these errors were encountered: