Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jan 1, 2025
1 parent bbc1914 commit 3194618
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ abstract class FabricApiDataGeneration {
@Inject
protected abstract Project getProject();

@Inject
public FabricApiDataGeneration() {
}

void configureDataGeneration(Action<DataGenerationSettings> action) {
final LoomGradleExtension extension = LoomGradleExtension.get(getProject());
final TaskContainer taskContainer = getProject().getTasks();
Expand Down

0 comments on commit 3194618

Please sign in to comment.