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 <jendrik.johannes@gmail.com>
  • Loading branch information
jjohannes committed Nov 20, 2024
1 parent d541ac0 commit be80e30
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 @@ -23,7 +23,7 @@

requires com.google.common;
requires com.google.gson;
requires headlong;
requires com.esaulpaugh.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 @@ -23,7 +23,7 @@

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

0 comments on commit be80e30

Please sign in to comment.