optimatika / okAlgo

Idiomatic Kotlin extensions for ojAlgo
MIT License
26 stars 3 forks source link

local build and jitpack integration are broken #6

Closed holgerbrandl closed 6 years ago

holgerbrandl commented 6 years ago

Hey @thomasnield, currently the build fails locally and on jitpack.io (see https://jitpack.io/#optimatika/okAlgo) with:

[okAlgo]$ gradle build

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/brandl/Desktop/okAlgo/build.gradle' line: 64

* What went wrong:
A problem occurred evaluating root project 'okAlgo'.
> Could not get unknown property 'ossrhUsername' for object of type org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 0s
[okAlgo]$ 
thomasnield commented 6 years ago

Yeah, I'm going to see if there's a way around that. For now, I'd recommend using the releases. I need to get a third one out soon so #3 can start getting used.

thomasnield commented 6 years ago

@holgerbrandl Alright, I fixed the build, including for JitPack. Forgot to disable my signing tasks in the Gradle script.

holgerbrandl commented 6 years ago

Awesome thanks. Works perfectly now