/
IHMC Build Maintainer Guide

IHMC Build Maintainer Guide

Publish JARs

Increment version number

Run gradle publishPlugins

Add tag

Upgrading dependent projects

Here we use a regular expression to set the versions to the latest:

Searching in *.gradle, *.gradle.kts, replace

(us\.ihmc[ \t\x0B\S\.]*ihmc-build[ \t\x0B:"a-zA-Z)]*)([0-9\.]+)("|')

with

$1<version>$3

Related content

IHMC CI Maintainer Guide
IHMC CI Maintainer Guide
More like this
IHMC Commons Maintainer Guide
IHMC Commons Maintainer Guide
More like this
Library Version Upgrade Regular Expressions
Library Version Upgrade Regular Expressions
More like this
Releasing a Standalone Library
Releasing a Standalone Library
More like this
Log Tools Maintainer Guide
Log Tools Maintainer Guide
More like this
Gradle
Gradle
More like this