Skip to content

Commit fd92797

Browse files
committed
removing violations repoType
1 parent 7e413f2 commit fd92797

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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)
24

35
This is a Java library for parsing report files like static code analysis.
46

build.gradle

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,21 @@ buildscript {
1010
}
1111
}
1212
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'
1917
]
18+
],
19+
violations: [
20+
updateReadme: true
21+
]
2022
]
2123
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()
2224

2325
dependencies {
2426
compile 'com.google.code.gson:gson:2.8.2'
25-
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
27+
2628
testCompile 'junit:junit:4.12'
2729
testCompile 'org.assertj:assertj-core:2.3.0'
2830
testCompile 'uk.co.jemos.podam:podam:7.2.1.RELEASE'

0 commit comments

Comments
 (0)