Skip to content

Commit

Permalink
build: update hiero-gradle-conventions to 0.3.1
Browse files Browse the repository at this point in the history
Fixes 'publishToMavenLocal' issue
  • Loading branch information
jjohannes committed Jan 17, 2025
1 parent e240aaf commit 5df6a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pbj-core/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
plugins { id("org.hiero.gradle.build") version "0.3.0" }
plugins { id("org.hiero.gradle.build") version "0.3.1" }

javaModules {
directory(".") {
Expand Down
2 changes: 1 addition & 1 deletion pbj-integration-tests/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
includeBuild("../pbj-core") // use locally built 'pbj-core' (Gradle plugin)
}

plugins { id("org.hiero.gradle.build") version "0.3.0" }
plugins { id("org.hiero.gradle.build") version "0.3.1" }

dependencyResolutionManagement {
// To use locally built 'pbj-runtime'
Expand Down

0 comments on commit 5df6a6b

Please sign in to comment.