Skip to content

Commit

Permalink
build: consistent naming of Gradle configuration files / Gradle updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed Apr 25, 2024
1 parent dccbceb commit 868c44e
Show file tree
Hide file tree
Showing 106 changed files with 331 additions and 498 deletions.
2 changes: 1 addition & 1 deletion block-node/blocknode-core-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
2 changes: 1 addition & 1 deletion block-node/blocknode-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
2 changes: 1 addition & 1 deletion block-node/blocknode-filesystem-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
2 changes: 1 addition & 1 deletion block-node/blocknode-filesystem-local/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
2 changes: 1 addition & 1 deletion block-node/blocknode-filesystem-s3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
2 changes: 1 addition & 1 deletion block-node/blocknode-grpc-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
2 changes: 1 addition & 1 deletion block-node/blocknode-state/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.blocknode.conventions") }
plugins { id("com.hedera.gradlebuild.blocknode") }
84 changes: 0 additions & 84 deletions build-logic/project-plugins/src/main/kotlin/Utils.kt

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions build-logic/settings.gradle.kts

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

plugins { id("com.hedera.hashgraph.root") }
plugins { id("com.hedera.gradlebuild.root") }
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id("application")
id("com.hedera.hashgraph.sdk.conventions")
id("com.hedera.gradlebuild.platform")
}

mainModuleInfo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,22 @@ plugins {
`kotlin-dsl`
}

repositories { gradlePluginPortal() }

dependencies {
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:1.29.0")
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:1.31.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("com.google.protobuf:protobuf-gradle-plugin:0.9.4")
implementation("com.gradle:develocity-gradle-plugin:3.17.2")
implementation(
"gradle.plugin.com.google.cloud.artifactregistry:artifactregistry-gradle-plugin:2.2.1"
)
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
implementation("net.swiftzer.semver:semver:1.3.0")
implementation("org.gradlex:extra-java-module-info:1.8")
implementation("org.gradlex:java-ecosystem-capabilities:1.5.1")
implementation("org.gradlex:java-module-dependencies:1.6.2")
implementation("org.owasp:dependency-check-gradle:9.0.9")
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.0")
implementation("org.gradlex:java-module-dependencies:1.6.4")
implementation("org.owasp:dependency-check-gradle:9.1.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id("application")
id("com.hedera.hashgraph.java")
id("com.hedera.gradlebuild.java")
}

group = "com.swirlds"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id("java-library")
id("com.hedera.hashgraph.java")
id("com.hedera.gradlebuild.java")
}

group = "com.hedera.storage"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id("java")
id("com.hedera.hashgraph.maven-publish")
id("com.hedera.gradlebuild.maven-publish")
}

publishing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,24 @@
* limitations under the License.
*/

import Utils.Companion.testLogger
import Utils.Companion.versionTxt
import com.adarshr.gradle.testlogger.theme.ThemeType
import com.autonomousapps.AbstractExtension
import com.autonomousapps.DependencyAnalysisSubExtension
import com.hedera.hashgraph.gradlebuild.services.TaskLockService
import com.hedera.gradlebuild.services.TaskLockService
import com.hedera.gradlebuild.utils.Utils.testLogger
import com.hedera.gradlebuild.utils.Utils.versionTxt

plugins {
id("java")
id("jacoco")
id("checkstyle")
id("com.adarshr.test-logger")
id("com.hedera.hashgraph.lifecycle")
id("com.hedera.hashgraph.jpms-modules")
id("com.hedera.hashgraph.jpms-module-dependencies")
id("com.hedera.hashgraph.repositories")
id("com.hedera.hashgraph.spotless-conventions")
id("com.hedera.hashgraph.spotless-java-conventions")
id("com.hedera.hashgraph.spotless-kotlin-conventions")
id("com.hedera.gradlebuild.lifecycle")
id("com.hedera.gradlebuild.jpms-modules")
id("com.hedera.gradlebuild.jpms-module-dependencies")
id("com.hedera.gradlebuild.repositories")
id("com.hedera.gradlebuild.spotless-java")
id("com.hedera.gradlebuild.spotless-kotlin")
}

version =
Expand Down

0 comments on commit 868c44e

Please sign in to comment.