Skip to content

Commit 62f4e18

Browse files
committed
Mods for Java 8 (#127).
1 parent ec18994 commit 62f4e18

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
GitlLab API for Java (gitlab4j-api)
22
===================================
33

4-
GitLab API for Java (gitlab4j-api) provides a full featured and easy to consume Java API for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab WebHooks is also provided.
4+
GitLab API for Java (gitlab4j-api) provides a full featured and easy to consume Java API for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab webhooks and system hooks is also provided.
5+
6+
---
7+
8+
## Java 8 Requirement
9+
As of GitLab4J-API 4.8.0 Java 8+ is now required to use GitLab4J-API.
510

611
---
712

@@ -11,7 +16,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
1116
```java
1217
dependencies {
1318
...
14-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.17'
19+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.8.0'
1520
}
1621
```
1722

@@ -20,7 +25,7 @@ dependencies {
2025
<dependency>
2126
<groupId>org.gitlab4j</groupId>
2227
<artifactId>gitlab4j-api</artifactId>
23-
<version>4.7.17</version>
28+
<version>4.8.07</version>
2429
</dependency>
2530
```
2631

0 commit comments

Comments
 (0)