Skip to content

Commit fd5d1cb

Browse files
authored
Merge pull request #92 from rspieldenner/gradle4dot4
Gradle 4.4, remove a println
2 parents c179804 + 7029d58 commit fd5d1cb

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
plugins {
19-
id 'nebula.plugin-plugin' version '5.18.0'
19+
id 'nebula.plugin-plugin' version '6.1.0'
2020
}
2121

2222
description 'Release opinions on top of gradle-git'

gradle/wrapper/gradle-wrapper.jar

-5 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip

src/main/groovy/nebula/plugin/release/NetflixOssStrategies.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ class NetflixOssStrategies {
6767

6868
static PartialSemVerStrategy fromTravisPropertyPattern(Pattern pattern) {
6969
return StrategyUtil.closure { state ->
70-
println state
7170
if (project.hasProperty(TRAVIS_BRANCH_PROP)) {
7271
def branch = project.property(TRAVIS_BRANCH_PROP)
7372
def m = branch =~ pattern

0 commit comments

Comments
 (0)