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

Fresh repo clone build fails #226

Open
neeme-praks-sympower opened this issue Jun 21, 2022 · 2 comments · May be fixed by #238
Open

Fresh repo clone build fails #226

neeme-praks-sympower opened this issue Jun 21, 2022 · 2 comments · May be fixed by #238

Comments

@neeme-praks-sympower
Copy link

Steps:

  1. clone https://github.com/NeuronRobotics/nrjavaserial/
  2. ./gradlew jar

Expected result: a successful build.

Actual result: build failure as gradle.properties is a symlink to /home/hephaestus/gradle.properties.

Workaround: replace the contents of gradle.properties with:

ossrhUsername=
ossrhPassword=

The problem was introduced in this commit.

nemecec pushed a commit to nemecec/nrjavaserial that referenced this issue Jun 21, 2022
@madhephaestus
Copy link
Member

I have just learned how to auto-release to sonatype so i will be migrating that process over to nrJavaSerial, this issue will be fixed in that process.

@neeme-praks-sympower
Copy link
Author

Well, the fix is easy so why not just fix it now? In your local environment, you can still continue using symlink, gradle.properties is in .gitignore anyway.

@MrDOS MrDOS linked a pull request Aug 25, 2023 that will close this issue
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 a pull request may close this issue.

2 participants