Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.18 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.18 KB

Java API for GitHub

Sonatype Nexus (Releases) Join the chat at https://gitter.im/hub4j/github-api CI codecov

See https://github-api.kohsuke.org/ for more details

To locally publish changes to this API, update the version in pom.xml to a unique identifier. Then run mvn install -Dmaven.test.skip -Dspotless.check.skip=true -Dgpg.skip -Dmaven.javadoc.skip=true -Djacoco.skip=true -Dspotbugs.skip. To use this dependency in brain-backend, update the version of cortexapps-github-api in build.gradle.kts (:web) to the same identifier.

See this Notion doc for how to publish this client.