Skip to content

Commit

Permalink
⬆️ ihmc-build 1.0.0, remove ihmc-ci, ihmc-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Nov 13, 2024
1 parent 7dcb84c commit f5da228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("us.ihmc.ihmc-build")
id("us.ihmc.ihmc-ci") version "8.3"
}

ihmc {
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("us.ihmc.ihmc-build") version "0.29.7"
id("us.ihmc.ihmc-build") version "1.0.0"
}
}

Expand All @@ -10,7 +10,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("us.ihmc:ihmc-build:0.29.7")
classpath("us.ihmc:ihmc-build:1.0.0")
}
}

Expand Down

0 comments on commit f5da228

Please sign in to comment.