From d20cdbb83e1bc24e673d0a8dcae8b1d9b67acab9 Mon Sep 17 00:00:00 2001 From: ds58 <30220598+ds58@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:49:13 -0600 Subject: [PATCH] Update artifact version in readme --- readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index e87d945..ed0f9df 100644 --- a/readme.md +++ b/readme.md @@ -30,12 +30,8 @@ The IHMC EtherCAT master has a native component that is currently compiled for L Add the IHMC EtherCAT Master as dependency ``` -repositories { - mavenCentral() -} - dependencies { - implementation group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.14.0' + implementation group: 'us.ihmc', name: 'ihmc-ethercat-master', version: '0.15.0' } ``` @@ -152,4 +148,4 @@ Note that if you want to publish multiple platform libraries you only have to ru Build the docker images first with: `./buildDockerImages.sh` -Then run: `./buildWithDocker.sh` to build the artifacts, they will be copied to the host's local maven repository. \ No newline at end of file +Then run: `./buildWithDocker.sh` to build the artifacts, they will be copied to the host's local maven repository.