Skip to content

Commit

Permalink
build: re-add 'tools' project
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Jan 9, 2025
1 parent 3b113a3 commit ef12288
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions gradle/aggregation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ dependencies {
implementation(project(":server"))
implementation(project(":simulator"))
implementation(project(":suites"))
implementation(project(":tools"))
}
3 changes: 3 additions & 0 deletions hiero-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {
id("org.hiero.gradle.check.spotless-kotlin")
}

dependencies { api(platform("com.google.cloud:libraries-bom:26.49.0")) }

dependencies.constraints {
// Define a constant for the platform SDK version.
// Platform SDK modules are all released together with matching versions.
Expand Down Expand Up @@ -46,6 +48,7 @@ dependencies.constraints {
api("io.helidon.webserver:helidon-webserver:$helidonVersion") {
because("io.helidon.webserver")
}
api("org.jetbrains:annotations:26.0.1") { because("org.jetbrains.annotations") }

// gRPC dependencies
api("io.grpc:grpc-api:$grpcIoVersion") { because("io.grpc") }
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: Apache-2.0
plugins { id("org.hiero.gradle.build") version "0.1.2" }
plugins { id("org.hiero.gradle.build") version "0.2.0" }

rootProject.name = "hedera-block-node"

javaModules {
directory(".") {
group = "com.hedera.block"
module("suites") // no 'module-info' yet
module("tools") // no 'module-info' yet
}
}
1 change: 0 additions & 1 deletion tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ mainModuleInfo {
testModuleInfo { requiresStatic("com.github.spotbugs.annotations") }

dependencies {
implementation(platform("com.google.cloud:libraries-bom:26.49.0"))
implementation("com.google.cloud:google-cloud-storage")
implementation("com.github.luben:zstd-jni:1.5.6-6")
implementation("info.picocli:picocli:4.7.6")
Expand Down

0 comments on commit ef12288

Please sign in to comment.