File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- # 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 )
1
+ # Violations Lib
2
+ [ ![ Build Status] ( https://travis-ci.org/tomasbjerre/violations-lib.svg?branch=master )] ( https://travis-ci.org/tomasbjerre/violations-lib )
3
+ [ ![ 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 )
2
4
3
5
This is a Java library for parsing report files like static code analysis.
4
6
Original file line number Diff line number Diff line change @@ -10,19 +10,21 @@ buildscript {
10
10
}
11
11
}
12
12
project. ext. buildConfig = [
13
- repoType : " VIOLATIONS" ,
14
- publishing : [
15
- relocate : [
16
- ' com.google' ,
17
- ' com.jakewharton'
18
- ]
13
+ publishing : [
14
+ relocate : [
15
+ ' com.google' ,
16
+ ' com.jakewharton'
19
17
]
18
+ ],
19
+ violations : [
20
+ updateReadme : true
21
+ ]
20
22
]
21
23
apply from : project. buildscript. classLoader. getResource(' main.gradle' ). toURI()
22
24
23
25
dependencies {
24
26
compile ' com.google.code.gson:gson:2.8.2'
25
- compileOnly ' com.github.spotbugs:spotbugs-annotations:3.1.12 '
27
+
26
28
testCompile ' junit:junit:4.12'
27
29
testCompile ' org.assertj:assertj-core:2.3.0'
28
30
testCompile ' uk.co.jemos.podam:podam:7.2.1.RELEASE'
You can’t perform that action at this time.
0 commit comments