Skip to content

Commit

Permalink
[TECH][wenhao] update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhao committed Aug 13, 2019
1 parent efee87d commit 67280f5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![codecov](https://codecov.io/gh/wenhao/jpa-spec/branch/master/graph/badge.svg)](https://codecov.io/gh/wenhao/jpa-spec)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwenhao%2Fjpa-spec.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwenhao%2Fjpa-spec?ref=badge_shield)
[![codebeat badge](https://codebeat.co/badges/59fb555b-ff2e-4547-8c36-decc4b05616c)](https://codebeat.co/projects/github-com-wenhao-jpa-spec-master)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3052/badge)](https://bestpractices.coreinfrastructure.org/projects/3052)
![MIT](https://img.shields.io/badge/license-MIT-brightgreen)

# jpa-spec
Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![codecov](https://codecov.io/gh/wenhao/jpa-spec/branch/master/graph/badge.svg)](https://codecov.io/gh/wenhao/jpa-spec)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwenhao%2Fjpa-spec.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwenhao%2Fjpa-spec?ref=badge_shield)
[![codebeat badge](https://codebeat.co/badges/59fb555b-ff2e-4547-8c36-decc4b05616c)](https://codebeat.co/projects/github-com-wenhao-jpa-spec-master)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3052/badge)](https://bestpractices.coreinfrastructure.org/projects/3052)
![MIT](https://img.shields.io/badge/license-MIT-brightgreen)

# jpa-spec
Expand Down
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'org.owasp:dependency-check-gradle:5.2.1'
}
}
plugins {
id 'com.gradle.build-scan' version '2.2.1'
id "com.jfrog.bintray" version "1.8.4"
id "org.owasp.dependencycheck" version "5.0.0-M1"
id "org.owasp.dependencycheck" version "5.2.1"
id 'com.github.kt3k.coveralls' version '2.7.1'
id 'checkstyle'
id 'java-library'
Expand Down Expand Up @@ -141,6 +149,7 @@ jacocoTestCoverageVerification {
}

check.dependsOn jacocoTestCoverageVerification
check.dependsOn dependencyCheckAnalyze

coveralls {
jacocoReportPath 'build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml'
Expand Down

0 comments on commit 67280f5

Please sign in to comment.