area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
131 stars 115 forks source link

Build failing #275

Open WesGilster opened 7 years ago

WesGilster commented 7 years ago

Started getting this on Gradle builds. 23:57:55.186 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':githubRelease'. 23:57:55.189 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Cannot invoke method replace() on null object

jmkao commented 7 years ago

Checking now, in the meantime, if you link Travis CI to your github account and your fork, and then set the GITHUB_ACCESS_TOKEN environment variable in the config to include a personal access token you make at https://github.com/settings/tokens, then you can create releases via tag or from the GitHub UI by clicking the "Draft a New Release".

WesGilster commented 7 years ago

Cool I'll try that tomorrow thanks

jmkao commented 7 years ago

Hmm... I can't reproduce this on Linux or Windows. Can you send the output with ./gradlew --stacktrace --info fullRelease

WesGilster commented 7 years ago

Is it possible I lost my credentials in my gradle config? Seems strange that would cause this.

buildFail.txt

jmkao commented 7 years ago

No, that can't be it. Your credentials and the identification of your repoName out of .. is required by the setupRemote and setupRelease tasks, which githubRelease depends on and both ran fine. There must be something else wrong...

WesGilster commented 7 years ago

Got Travis working. I'm not sure if I need to run the build locally now. I'll keep it open for you, if you want to continue to look at it.

jmkao commented 7 years ago

Yeah, keep it open. I'll poke at it some more and close it if I can't reproduce it.