This repository was archived by the owner on Oct 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-32
lines changed
Expand file tree Collapse file tree 4 files changed +1
-32
lines changed Original file line number Diff line number Diff line change 11language : java
22sudo : false
33install : " "
4- script : ./travis.sh
4+ script : ./gradlew clean check
55jdk :
66 - oraclejdk8
77cache :
Original file line number Diff line number Diff line change 22
33[ ![ Bintray] ( https://img.shields.io/bintray/v/ajoberstar/maven/gradle-git.svg?style=flat-square )] ( https://bintray.com/ajoberstar/maven/gradle-git/_latestVersion )
44[ ![ Travis] ( https://img.shields.io/travis/ajoberstar/gradle-git.svg?style=flat-square )] ( https://travis-ci.org/ajoberstar/gradle-git )
5- [ ![ Quality Gate] ( https://sonarqube.ajoberstar.com/api/badges/gate?key=org.ajoberstar:gradle-git )] ( https://sonarqube.ajoberstar.com/dashboard/index/org.ajoberstar:gradle-git )
65[ ![ GitHub license] ( https://img.shields.io/github/license/ajoberstar/gradle-git.svg?style=flat-square )] ( https://github.com/ajoberstar/gradle-git/blob/master/LICENSE )
76
87## Why do you care?
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ plugins {
33 id ' maven-publish'
44 id ' com.jfrog.bintray' version ' 1.1'
55 id ' org.ajoberstar.defaults' version ' 0.5.3'
6- id ' org.sonarqube' version ' 1.2'
76}
87
98group = ' org.ajoberstar'
@@ -52,12 +51,6 @@ dependencies {
5251 testRuntime ' cglib:cglib-nodep:3.1'
5352}
5453
55- sonarqube {
56- properties {
57- property ' sonar.projectVersion' , version. toString(). split(' -' )[0 ]
58- }
59- }
60-
6154wrapper {
6255 gradleVersion = ' 2.1'
6356}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments