robevansuk

Results 57 comments of robevansuk

would be good to get this working with the new apple silicon (arm64) processors.

./gradlew jar then the file should appear under build/gdax-java-[VERSION].jar

its not on maven yet but no reason why it can't be

It really shouldn't be so hard. This is why build tools exist (like Gradle). Managing dependencies by downloading them isn't transferrable from one machine to the next so easily. Also...

Being forced to learn spring... hmm. I guess if you embrace Spring within Java you will find it makes your life orders of magnitude easier. I tried to create a...

log in - there is no login - all requests are signed with a secret unique to the user and cryptographic hashing. select the market & read the market -...

Looking to publish to maven as a next step so the libs can be depended on independently

https://github.com/irufus/gdax-java/pull/74 - one jar that contains everything. I've merged this to master

try `./gradlew shadowJar` - this should contain everything - let us know if this works for you. I'll add it to the docs if all's good. My initial attempt was...

what version of gradle are you running with? It worked last time I checked.