Replies: 2 comments 1 reply
-
|
Hello, this is what we use to publish the jar, could you give this a try? https://github.com/graphql-java/graphql-java/blob/master/.github/workflows/master.yml |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, thanks for the reply. I have noticed the workflow and tried the Is there a way to run the same build, with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I'm new to building with gradle, and I've noticed that when I build v22.0 using a simple
./gradlew clean buildcommand, the built jar atbuild/libs/graphql-java-0.0.0-HEAD-SNAPSHOT.jaris missing the shadowed antlr4-runtime classes, which causesjava.lang.NoClassDefFoundErrorwhen its used as a dependency. Is there a correct way to build the jar? Thanks.Beta Was this translation helpful? Give feedback.
All reactions