You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Steps:
./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:The problem was introduced in this commit.
The text was updated successfully, but these errors were encountered: