Skip to content

Commit

Permalink
Go to updated nebula-bintray to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Feb 9, 2016
1 parent 27963d5 commit 47bcb21
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.2.3 / 2016-02-09
==================

*

3.2.2 / 2016-02-05
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ To include, add the following to your build.gradle
If using gradle 2.1 or newer:

plugins {
id 'nebula.netflixoss' version '3.2.2'
id 'nebula.netflixoss' version '3.2.3'
}

-or-

buildscript {
repositories { jcenter() }
dependencies { classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:3.2.2' }
dependencies { classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:3.2.3' }
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
compile "com.netflix.nebula:gradle-contacts-plugin:3.0.1"
compile "com.netflix.nebula:gradle-dependency-lock-plugin:4.2.0"
compile "com.netflix.nebula:gradle-info-plugin:3.0.3"
compile "com.netflix.nebula:nebula-bintray-plugin:3.3.3"
compile "com.netflix.nebula:nebula-bintray-plugin:3.3.4"
compile "com.netflix.nebula:nebula-core:3.0.1"
compile "com.netflix.nebula:nebula-project-plugin:3.0.3"
compile "com.netflix.nebula:nebula-publishing-plugin:4.4.4"
Expand Down
20 changes: 10 additions & 10 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"requested": "3.0.3"
},
"com.netflix.nebula:nebula-bintray-plugin": {
"locked": "3.3.3",
"requested": "3.3.3"
"locked": "3.3.4",
"requested": "3.3.4"
},
"com.netflix.nebula:nebula-core": {
"locked": "3.0.1",
Expand Down Expand Up @@ -51,8 +51,8 @@
"requested": "3.0.3"
},
"com.netflix.nebula:nebula-bintray-plugin": {
"locked": "3.3.3",
"requested": "3.3.3"
"locked": "3.3.4",
"requested": "3.3.4"
},
"com.netflix.nebula:nebula-core": {
"locked": "3.0.1",
Expand Down Expand Up @@ -99,8 +99,8 @@
"requested": "3.0.3"
},
"com.netflix.nebula:nebula-bintray-plugin": {
"locked": "3.3.3",
"requested": "3.3.3"
"locked": "3.3.4",
"requested": "3.3.4"
},
"com.netflix.nebula:nebula-core": {
"locked": "3.0.1",
Expand Down Expand Up @@ -137,8 +137,8 @@
"requested": "3.0.3"
},
"com.netflix.nebula:nebula-bintray-plugin": {
"locked": "3.3.3",
"requested": "3.3.3"
"locked": "3.3.4",
"requested": "3.3.4"
},
"com.netflix.nebula:nebula-core": {
"locked": "3.0.1",
Expand Down Expand Up @@ -183,8 +183,8 @@
"requested": "3.0.3"
},
"com.netflix.nebula:nebula-bintray-plugin": {
"locked": "3.3.3",
"requested": "3.3.3"
"locked": "3.3.4",
"requested": "3.3.4"
},
"com.netflix.nebula:nebula-core": {
"locked": "3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class NetflixOssMultiProjectIntegrationSpec extends IntegrationSpec {
files.size() == 2
}

//@Ignore('artifactory plugin we are using conflicts with maven-publish')
@Ignore('artifactory plugin we are using hits a bug in gradle on tasks task')
def 'tasks runs without error'() {
when:
runTasksSuccessfully('tasks')
Expand Down

0 comments on commit 47bcb21

Please sign in to comment.