Skip to content

Commit

Permalink
chore: change Module Name to official name 'com.esaulpaugh.headlong'
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Nov 20, 2024
1 parent d541ac0 commit 00ecde5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jvmDependencyConflicts.patch {
extraJavaModuleInfo {
failOnAutomaticModules = true // Only allow Jars with 'module-info' on all module paths

module("com.esaulpaugh:headlong", "headlong")
module("com.esaulpaugh:headlong", "com.esaulpaugh.headlong")
module("com.github.spotbugs:spotbugs-annotations", "com.github.spotbugs.annotations")
module("com.google.errorprone:error_prone_annotations", "com.google.errorprone.annotations")
module("com.google.guava:failureaccess", "com.google.common.util.concurrent.internal")
Expand Down
2 changes: 1 addition & 1 deletion sdk-full/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
module com.hedera.hashgraph.sdk.full {
requires transitive com.google.protobuf;

requires com.esaulpaugh.headlong;
requires com.google.common;
requires com.google.gson;
requires headlong;
requires io.grpc.inprocess;
requires io.grpc.protobuf;
requires io.grpc.stub;
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
module com.hedera.hashgraph.sdk {
requires transitive com.google.protobuf;

requires com.esaulpaugh.headlong;
requires com.google.common;
requires com.google.gson;
requires headlong;
requires io.grpc.inprocess;
requires io.grpc.protobuf.lite;
requires io.grpc.stub;
Expand Down

0 comments on commit 00ecde5

Please sign in to comment.