We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PublishModule.publishM2Local
PublishModule.getM2LocalRepoPath
The default repo path is now ./<moudule>.getM2LocalRepoPath, which is wrong.
./<moudule>.getM2LocalRepoPath
The newly introduced target getM2LocalRepoPath should be named m2LocalRepoPath before the next release.
getM2LocalRepoPath
m2LocalRepoPath
See
The text was updated successfully, but these errors were encountered:
b616252
Fix publishM2Local (com-lihaoyi#4385)
b8cad8f
Fixes com-lihaoyi#4378
Successfully merging a pull request may close this issue.
The default repo path is now
./<moudule>.getM2LocalRepoPath
, which is wrong.The newly introduced target
getM2LocalRepoPath
should be namedm2LocalRepoPath
before the next release.See
The text was updated successfully, but these errors were encountered: