Skip to content

Commit

Permalink
Remove title so directory name is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
calvertdw committed Nov 14, 2024
1 parent 3d30f37 commit 87c23cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
title = Repository Group
isProjectGroup = true
publishUrl = local
compositeSearchHeight = 0
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 "1.0.0"
id("us.ihmc.ihmc-build") version "1.1.0"
}
}

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

Expand Down

0 comments on commit 87c23cb

Please sign in to comment.