Skip to content

Commit

Permalink
Apply build-scan plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Oct 9, 2016
1 parent 3e8ec30 commit f214c74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
import java.text.SimpleDateFormat

plugins {
id 'com.gradle.build-scan' version '1.1.1'
id 'java'
id 'com.github.rodm.teamcity-server' version '0.9.1' // see https://github.com/rodm/gradle-teamcity-plugin
id 'maven-publish'
id 'com.jfrog.bintray' version '1.7.1'
}

buildScan {
licenseAgreementUrl = 'https://gradle.com/terms-of-service'
licenseAgree = 'yes'
publishAlways()
}

ext {
CI = System.getenv().containsKey('CI') || project.properties.containsKey('CI')
RELEASE = project.properties.containsKey('RELEASE')
Expand Down

0 comments on commit f214c74

Please sign in to comment.