Skip to content

Commit

Permalink
🔖 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw committed Jul 15, 2019
1 parent 1717ac6 commit 9e30316
Show file tree
Hide file tree
Showing 25 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}
Expand Down Expand Up @@ -63,7 +63,7 @@ excludeFromCompositeBuild = false
**build.gradle**
```gradle
plugins {
id("us.ihmc.ihmc-build") version "0.15.10"
id("us.ihmc.ihmc-build") version "0.16.3"
}
ihmc {
Expand Down Expand Up @@ -149,7 +149,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}
Expand All @@ -169,7 +169,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}
apply plugin: "us.ihmc.ihmc-build"
Expand Down
2 changes: 1 addition & 1 deletion tests/basicProject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}
apply plugin: "us.ihmc.ihmc-build"
Expand Down
2 changes: 1 addition & 1 deletion tests/basicProject/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/dependsOnSnapshot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
classpath "us.ihmc:ihmc-ci-plugin:0.18.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/dependsOnSnapshot/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/emptyBuildGradleProject/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/generateTestSuitesTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
classpath "us.ihmc:ihmc-ci-plugin:0.18.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/generateTestSuitesTest/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/multi-project-composite-source-sets/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("us.ihmc.ihmc-build") version "0.15.10"
id("us.ihmc.ihmc-build") version "0.16.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.15.10")
classpath("us.ihmc:ihmc-build:0.16.3")
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("us.ihmc.ihmc-build") version "0.15.10"
id("us.ihmc.ihmc-build") version "0.16.3"
}

ihmc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.15.10")
classpath("us.ihmc:ihmc-build:0.16.3")
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("us.ihmc.ihmc-build") version "0.15.10"
id("us.ihmc.ihmc-build") version "0.16.3"
}

ihmc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.15.10")
classpath("us.ihmc:ihmc-build:0.16.3")
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("us.ihmc.ihmc-build") version "0.15.10"
id("us.ihmc.ihmc-build") version "0.16.3"
}

ihmc {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.15.10")
classpath("us.ihmc:ihmc-build:0.16.3")
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/multi-project-inconsistent-excludes/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/multi-project/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/multi-project/sub-project-one/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/multi-project/sub-project-two/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/oldPublishApiTest/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/publishApiTest/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "us.ihmc:ihmc-build:0.15.10"
classpath "us.ihmc:ihmc-build:0.16.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion tests/resource-loading/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.15.10")
classpath("us.ihmc:ihmc-build:0.16.3")
}
}

Expand Down

0 comments on commit 9e30316

Please sign in to comment.