Skip to content

Commit

Permalink
Correcting versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Mar 10, 2019
1 parent 7d953c3 commit e17fe37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ plugins {
id 'com.adarshr.test-logger' version '1.6.0'
}

ext.githubToken = 'hidden'

// send analytics
analytics {
organization = 'Red Pill Analytics'
Expand All @@ -27,7 +25,7 @@ scmVersion {
prefix = 'v'
versionSeparator = ''
}
ignoreUncommittedChanges = false
ignoreUncommittedChanges = true
}

//set Gradle version to SCM Version
Expand Down Expand Up @@ -176,4 +174,4 @@ tasks.withType(Test) {
// Only execute certain tasks if we are on the master branch
tasks.release.configure { onlyIf { gitBranch == 'master' } }
tasks.publishPlugins.configure { onlyIf { gitBranch == 'master' } }
tasks.githubRelease.configure { onlyIf { gitBranch == 'master' } }
tasks.githubRelease.configure { onlyIf { gitBranch == 'master' } }
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
org.gradle.warning.mode=none

githubToken = 'hidden'
8 changes: 1 addition & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
ext.isCiServer = System.getenv().containsKey("CI")

buildCache {
local {
enabled = !isCiServer
}
}
rootProject.name = 'gradle-confluent'

0 comments on commit e17fe37

Please sign in to comment.