grooviter / gql

Groovy GraphQL library
http://grooviter.github.io/gql/
Apache License 2.0
49 stars 6 forks source link

Fix CI issues (JDK 8, and running gradle locally) #30

Closed michaelschlies closed 4 years ago

michaelschlies commented 4 years ago

fixes #29

michaelschlies commented 4 years ago

@mariogarcia I revamped how travis fires, I also updated gradle's scripts to use env vars directly where needed (so gradle doesn't fail locally). This should be merged before my other PR to fix variables on the ratpack handler.

mariogarcia commented 4 years ago

Now gradle is aware of environment variables as well following your suggestions in this MR. I've moved from Travis CI to Github Actions. Thanks for the MR anyway @michaelschlies