Releases: ihmcrobotics/ihmc-build
Releases · ihmcrobotics/ihmc-build
1.2.3
Changes
- Simplify DependencyHandler delegation. Remove support for Groovy
- Add exec function based on ProcessBuilder
- Replace github maven-artifacts-archive maven repository with https://robotlabfiles.ihmc.us/repository
General compatibility with Gradle 9!
1.2.2
Changes
- Removed task tree plugin
- Removed graphviz plugin
- Removed gradle-dependency-analyze plugin
- Removed ihmcnexus maven repository
1.2.1
Changes
- Ensure javadoc jar always gets published
- Better message output when publishing to Sonatype Maven Nexus
1.2.0
Changes
- Add support for publishing to Sonatype Maven Nexus (See new instructions in the README)
1.1.1
Changes
- Revert sonatype endpoint repository declaration in favor of
https://repo.maven.apache.org/maven2
1.1.0
Changes
- Remove requirement to set title. Directory name will be used. by @calvertdw in #90
- Fixup CI by @ds58 in #89
- No longer print warning about missing nexusUsername and nexusPassword @ds58 in #91
- Make test logging more verbose by @ds58 in #92
1.0.0
Release 1.0.0, it was time.
Changes
- Include functionality from ihmc-ci
- Include functionality from ihmc-cd
- Simplify unit tests
- Remove any Bamboo/IHMC CI infrastructure code
- Remove JUnit 4 "vintage mode"