Skip to content

Commit

Permalink
FIx test build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed May 3, 2024
1 parent 64dc812 commit 389f021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public RepoSpec getRepoSpec(ModuleKey key, ExtendedEventHandler eventHandler) {
"%s/modules/%s/%s/source.json"
.formatted(url, key.getName(), key.getVersion().toString()),
Optional.of(
GsonTypeAdapterUtil.createModuleExtensionUsagesHashGson()
GsonTypeAdapterUtil.createSingleExtensionUsagesValueHashGson()
.toJson(repoSpec)
.getBytes(UTF_8))));
return repoSpec;
Expand Down

0 comments on commit 389f021

Please sign in to comment.