Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 6, 2017
1 parent df67251 commit 8c1de7f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ Changelog of Violations lib.
## Unreleased
### No issue

**Doc**


[574ab91c57e497f](https://github.com/tomasbjerre/violations-lib/commit/574ab91c57e497f) Tomas Bjerre *2017-12-03 19:37:00*


## 1.36
### No issue

**Cleaning up build scripts**


[2570599b76d4049](https://github.com/tomasbjerre/violations-lib/commit/2570599b76d4049) Tomas Bjerre *2017-12-02 17:27:03*
[068312ba927037d](https://github.com/tomasbjerre/violations-lib/commit/068312ba927037d) Tomas Bjerre *2017-12-03 07:09:14*


## 1.35
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Violations Lib [![Build Status](https://travis-ci.org/tomasbjerre/violations-lib.svg?branch=master)](https://travis-ci.org/tomasbjerre/violations-lib) [ ![Download](https://api.bintray.com/packages/tomasbjerre/tomasbjerre/violations-lib/images/download.svg) ](https://bintray.com/tomasbjerre/tomasbjerre/violations-lib/_latestVersion)
# Violations Lib [![Build Status](https://travis-ci.org/tomasbjerre/violations-lib.svg?branch=master)](https://travis-ci.org/tomasbjerre/violations-lib) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violations-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violations-lib) [ ![Bintray](https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolations-lib/images/download.svg) ](https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolations-lib/_latestVersion)

This is a Java library for parsing report files from static code analysis.

Expand Down Expand Up @@ -69,9 +69,3 @@ It is used by:
* [Violation Comments to GitLab Maven Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin).
* [Violation Comments to GitLab Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-gitlab-plugin).
* [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib).

## Developer instructions

To build the code, have a look at `.travis.yml`.

To do a release you need to do `./gradlew release` and release the artifact from [staging](https://oss.sonatype.org/#stagingRepositories). More information [here](http://central.sonatype.org/pages/releasing-the-deployment.html).
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ description = 'Library for parsing report files from static code analysis'

buildscript {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.github.tomasbjerre:gradle-scripts:master-SNAPSHOT'
classpath 'net.researchgate:gradle-release:2.6.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
}
}
apply from: project.buildscript.classLoader.getResource('java.gradle').toURI()
Expand Down

0 comments on commit 8c1de7f

Please sign in to comment.