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

Error while formatting jarName with branch name. #462

Open
dorazioel opened this issue Mar 28, 2022 · 0 comments
Open

Error while formatting jarName with branch name. #462

dorazioel opened this issue Mar 28, 2022 · 0 comments

Comments

@dorazioel
Copy link

Hello, I'd like to make the branch I'm working on appear in my .jar name like "something-something-branchName".
The command to get the branch name is
Process("git rev-parse --abbrev-ref HEAD").!!
but if try
private lazy val jarName = assemblyJarName in assembly := { s"${name.value}-assembly-${Process("git rev-parse --abbrev-ref HEAD").!!}.jar" }
I get java.io.FileNotFoundException.

Can you help me?
Thank you

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

No branches or pull requests

1 participant