Commit e2e0b82a authored by Olivier Jacquemart's avatar Olivier Jacquemart Committed by Greg Messner
Browse files

docs: fix the gradle version artifact (#456)

The actual docs refers to an inexisting release version
parent 0179856e
...@@ -50,7 +50,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de ...@@ -50,7 +50,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java ```java
dependencies { dependencies {
... ...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.12.124' compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.12.14'
} }
``` ```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment