Skip to content

Commit

Permalink
Fix rendernurse GAV
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Jul 28, 2024
1 parent 0f79810 commit 195b0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private static Configuration addLocalRenderNurse(SourceSet sourceSet, Run run) {
return ConfigurationUtils.temporaryUnhandledConfiguration(
project.getConfigurations(),
ConfigurationUtils.getRunName(run, "renderNurse"),
project.getDependencies().create("net.neoforged.rendernurse:RenderNurse:%s".formatted(renderDocOptions.getRenderNurseVersion().get()))
project.getDependencies().create("net.neoforged:render-nurse:%s".formatted(renderDocOptions.getRenderNurseVersion().get()))
);
}

Expand Down

0 comments on commit 195b0d3

Please sign in to comment.