Skip to content

Commit

Permalink
NONE: Update IHMC Build plugin. This removes link to jmonkey maven repo
Browse files Browse the repository at this point in the history
which is down and has been halting the Gradle build.
  • Loading branch information
calvertdw committed May 13, 2016
1 parent ea883da commit 2b2d2c3
Show file tree
Hide file tree
Showing 32 changed files with 129 additions and 194 deletions.
2 changes: 1 addition & 1 deletion Acsell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
classpath "org.hidetake:gradle-ssh-plugin:2.1.0"
}
}
Expand Down
12 changes: 4 additions & 8 deletions Atlas/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -23,19 +23,15 @@ project.ext.licenseURL = "http://www.apache.org/licenses/LICENSE-2.0.txt"
project.ext.licenseName = "Apache License, Version 2.0"
project.ext.bintrayLicenseName = "Apache-2.0"


repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
17 changes: 7 additions & 10 deletions CommonWalkingControlModules/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -24,15 +24,12 @@ project.ext.bintrayLicenseName = "Apache-2.0"
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
17 changes: 7 additions & 10 deletions ConvexOptimizationAdapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -24,15 +24,12 @@ project.ext.bintrayLicenseName = "Apache-2.0"
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
17 changes: 7 additions & 10 deletions DarpaRoboticsChallenge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -25,15 +25,12 @@ project.ext.bintrayLicenseName = "Apache-2.0"
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
2 changes: 1 addition & 1 deletion ExampleSimulations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand Down
14 changes: 4 additions & 10 deletions Graphics3DAdapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -25,24 +25,18 @@ project.ext.bintrayLicenseName = "Apache-2.0"

repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
ihmc.configureForIHMCOpenSourceBintrayPublish(false, "mavenJava", "maven-release", strings)




dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'

Expand Down
17 changes: 7 additions & 10 deletions IHMCCommunication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -24,15 +24,12 @@ project.ext.bintrayLicenseName = "Apache-2.0"
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
17 changes: 7 additions & 10 deletions IHMCHumanoidBehaviors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -25,15 +25,12 @@ project.ext.bintrayLicenseName = "Apache-2.0"
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
11 changes: 4 additions & 7 deletions IHMCHumanoidRobotics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -25,16 +25,13 @@ project.ext.bintrayLicenseName = "Apache-2.0"

repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
11 changes: 4 additions & 7 deletions IHMCJavaToolkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand Down Expand Up @@ -42,16 +42,13 @@ jar {

repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
17 changes: 7 additions & 10 deletions IHMCPerception/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -25,15 +25,12 @@ project.ext.bintrayLicenseName = "Apache-2.0"
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
11 changes: 4 additions & 7 deletions IHMCQuadrupedRobotics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand All @@ -25,16 +25,13 @@ project.ext.bintrayLicenseName = "Apache-2.0"

repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
17 changes: 7 additions & 10 deletions IHMCROSTools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand Down Expand Up @@ -47,15 +47,12 @@ project.sourceSets {
repositories ihmc.ihmcDefaultArtifactProxies()

repositories {
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

repositories {
mavenLocal()
jcenter()
mavenCentral()
mavenLocal()
jcenter()
mavenCentral()
maven {
url "https://bengal.ihmc.us/nexus/content/repositories/thirdparty/"
}
}

def strings = ['ihmc', 'robotics']
Expand Down
2 changes: 1 addition & 1 deletion IHMCRobotBehaviors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.16"
classpath "gradle.plugin.us.ihmc.gradle:ihmc-build:0.0.17"
}
}

Expand Down
Loading

0 comments on commit 2b2d2c3

Please sign in to comment.