Skip to content

Commit

Permalink
🔖 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw committed Sep 18, 2019
1 parent 8527f0f commit cd16ef2
Show file tree
Hide file tree
Showing 26 changed files with 36 additions and 26 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.0] - 2019-09-18

Support build.gradle.kts in composite build setups.

## [0.17.1] - 2019-09-11

Extract CI properties.

## [0.17.0] - 2019-09-11

- Support Gradle 5.6.1
Expand Down Expand Up @@ -150,7 +158,9 @@ it is no longer the case that the IHMCDependenciesExtension would override `1.0`
- Add unit tests for test suite generation using ihmc-ci
- Add binray properties to README

[Unreleased]: https://github.com/ihmcrobotics/ihmc-build/compare/0.17.0...HEAD
[Unreleased]: https://github.com/ihmcrobotics/ihmc-build/compare/0.18.0...HEAD
[0.18.0]: https://github.com/ihmcrobotics/ihmc-build/compare/0.17.1...0.18.0
[0.17.1]: https://github.com/ihmcrobotics/ihmc-build/compare/0.17.0...0.17.1
[0.17.0]: https://github.com/ihmcrobotics/ihmc-build/compare/0.16.6...0.17.0
[0.16.6]: https://github.com/ihmcrobotics/ihmc-build/compare/0.16.5...0.16.6
[0.16.5]: https://github.com/ihmcrobotics/ihmc-build/compare/0.16.3...0.16.5
Expand Down
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.17.1"
version = "0.18.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit cd16ef2

Please sign in to comment.