Skip to content

Commit

Permalink
🔖 0.16.5 release requires Gradle 5.3.1 or higher.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw committed Jul 23, 2019
1 parent 4c23d7c commit 6e9b579
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "us.ihmc"
version = "0.16.3"
version = "0.16.5"

repositories {
jcenter()
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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}
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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
id("us.ihmc.ihmc-build") version "0.16.5"
}
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.16.3")
classpath("us.ihmc:ihmc-build:0.16.5")
}
}

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

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.16.3")
classpath("us.ihmc:ihmc-build:0.16.5")
}
}

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

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.16.3")
classpath("us.ihmc:ihmc-build:0.16.5")
}
}

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

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.16.3")
classpath("us.ihmc:ihmc-build:0.16.5")
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3"
classpath "us.ihmc:ihmc-build:0.16.5"
}
}

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.16.3")
classpath("us.ihmc:ihmc-build:0.16.5")
}
}

Expand Down

0 comments on commit 6e9b579

Please sign in to comment.