Skip to content

Commit

Permalink
build: use plugins from 'hedera-gradle-conventions'
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Oct 9, 2024
1 parent 845c93d commit 8be0e9c
Show file tree
Hide file tree
Showing 37 changed files with 256 additions and 941 deletions.
1 change: 1 addition & 0 deletions pbj-core/developers.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jasper.potts@swirldslabs.com=Jasper Potts
3 changes: 0 additions & 3 deletions pbj-core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Version number
version=0.9.5-SNAPSHOT

# Need increased heap for running Gradle itself, or SonarQube will run the JVM out of metaspace
org.gradle.jvmargs=-Xmx2048m

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Hedera Hashgraph, LLC
* Copyright (C) 2024 Hedera Hashgraph, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -15,5 +15,10 @@
*/

plugins {
id("com.hedera.pbj.root")
id("com.hedera.gradle.base.lifecycle")
id("com.hedera.gradle.report.code-coverage")
}

dependencies {
implementation(project(":pbj-grpc-helidon"))
}
1 change: 1 addition & 0 deletions pbj-core/gradle/jdk-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21.0.4
9 changes: 1 addition & 8 deletions pbj-core/gradle/modules.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
com.google.protobuf=com.google.protobuf:protobuf-java
com.google.protobuf.util=com.google.protobuf:protobuf-java-util
io.grpc.netty=io.grpc:grpc-netty
io.grpc.protobuf=io.grpc:grpc-protobuf
io.grpc.stub=io.grpc:grpc-stub
java.annotation=javax.annotation:javax.annotation-api
io.helidon.codegen.apt=io.helidon.codegen:helidon-codegen-apt
io.helidon.builder.codegen=io.helidon.builder:helidon-builder-codegen
org.checkerframework.checker.qual=org.checkerframework:checker-qual
32 changes: 0 additions & 32 deletions pbj-core/gradle/plugins/build.gradle.kts

This file was deleted.

83 changes: 0 additions & 83 deletions pbj-core/gradle/plugins/src/main/kotlin/Utils.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8be0e9c

Please sign in to comment.