Skip to content

Commit

Permalink
Fix GenerateDescriptorTask
Browse files Browse the repository at this point in the history
  • Loading branch information
mbladel committed Apr 14, 2023
1 parent fb788ba commit a02723c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ public GenerateDescriptorTask(DocumentationPublishing config) {
getInputs().property( "hibernate-version", currentlyBuildingFamily );
}

public ReleaseFamilyIdentifier getCurrentlyBuildingFamily() {
return currentlyBuildingFamily;
}

@OutputFile
public Provider<RegularFile> getJsonFile() {
return jsonFile;
Expand Down

0 comments on commit a02723c

Please sign in to comment.