Skip to content

Commit

Permalink
Merge pull request #171 from Netflix/fix-build
Browse files Browse the repository at this point in the history
Fix Travis-CI build.
  • Loading branch information
wmiaw authored Jul 21, 2017
2 parents 952ca51 + f048ffb commit 14960b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/Netflix/msl.svg?branch=master)](https://travis-ci.org/Netflix/msl)

# Message Security Layer

<img src="https://github.com/Netflix/msl/raw/gh-pages/images/msl-logo.gif" alt="MSL Logo" align="left" hspace="20" vspace="0"/>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'nebula.netflixoss' version '3.6.0'
id 'nebula.netflixoss' version '3.6.4'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://repo.test.netflix.net/artifactory/gradle-netflix-local/netflix/nebula-gradle/3.20.1/nebula-gradle-3.20.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-bin.zip

0 comments on commit 14960b1

Please sign in to comment.