Skip to content

Commit

Permalink
chore: name things consistent with 'hedera-services'
Browse files Browse the repository at this point in the history
hashgraph/hedera-services#12997
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed Apr 30, 2024
1 parent 76d18dc commit 58f6057
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("com.hedera.gradlebuild.root")
id("com.hedera.gradle.root")
}
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.hedera.gradlebuild.examples.java")
id("com.hedera.gradle.examples.java")
}

mainModuleInfo {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import net.ltgt.gradle.errorprone.errorprone

plugins {
id("application")
id("com.hedera.gradlebuild.java-base")
id("com.hedera.gradle.java-base")
}

tasks.withType<JavaCompile>().configureEach {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ plugins {
id("net.ltgt.errorprone")
id("org.gradlex.java-module-dependencies")
id("org.gradlex.java-module-versions")
id("com.hedera.gradlebuild.base")
id("com.hedera.gradlebuild.repositories")
id("com.hedera.gradlebuild.patch-modules")
id("com.hedera.gradle.base")
id("com.hedera.gradle.repositories")
id("com.hedera.gradle.patch-modules")
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ plugins {
id("com.google.protobuf")
id("com.github.spotbugs")
id("org.sonarqube")
id("com.hedera.gradlebuild.java-base")
id("com.hedera.gradlebuild.publish")
id("com.hedera.gradle.java-base")
id("com.hedera.gradle.publish")
}

@Suppress("UnstableApiUsage")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id("com.hedera.gradlebuild.repositories")
id("com.hedera.gradle.repositories")
id("com.autonomousapps.dependency-analysis")
id("io.github.gradle-nexus.publish-plugin")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

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

javaModuleDependencies.moduleNameToGA.put("com.google.protobuf", "com.google.protobuf:protobuf-java")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

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

javaModuleDependencies.moduleNameToGA.put("com.google.protobuf", "com.google.protobuf:protobuf-javalite")
Expand Down
2 changes: 1 addition & 1 deletion sdk-full/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("com.hedera.gradlebuild.sdk-full.java")
id("com.hedera.gradle.sdk-full")
}
2 changes: 1 addition & 1 deletion sdk/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.hedera.gradlebuild.sdk.java")
id("com.hedera.gradle.sdk")
}

dependencies.constraints {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
includeBuild("gradle/plugins")
}
plugins {
id("com.hedera.gradlebuild.settings")
id("com.hedera.gradle.settings")
}

includeBuild("example-android")
Expand Down

0 comments on commit 58f6057

Please sign in to comment.