Skip to content

Commit

Permalink
Using java-gitlab-api from Central
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 5, 2018
1 parent 4b22d73 commit 567561b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@

Changelog of Violation comments to gitlab lib.

## 1.35
### No issue

**GCC, ARM GCC and Doxygen**


[6c40b7d23894190](https://github.com/tomasbjerre/violation-comments-to-gitlab-lib/commit/6c40b7d23894190) Tomas Bjerre *2018-07-04 18:16:37*


## 1.34
### No issue

**Finding default template correct**


[ef140c516fe046d](https://github.com/tomasbjerre/violation-comments-to-gitlab-lib/commit/ef140c516fe046d) Tomas Bjerre *2018-07-04 11:46:25*


## 1.33
### No issue

**Loading message template correctly**


[6fef4f0a2e2b7f3](https://github.com/tomasbjerre/violation-comments-to-gitlab-lib/commit/6fef4f0a2e2b7f3) Tomas Bjerre *2018-07-04 11:01:52*


## 1.31
### No issue

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply from: project.buildscript.classLoader.getResource('release.gradle').toURI(

dependencies {
compile 'se.bjurr.violations:violation-comments-lib:1.59'
compile 'com.github.tomasbjerre:java-gitlab-api:master'
compile 'org.gitlab:java-gitlab-api:4.0.0'
testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:2.3.0'
}

0 comments on commit 567561b

Please sign in to comment.