Fix GenerateDescriptorTask

This commit is contained in:
Marco Belladelli 2023-04-14 11:45:50 +02:00
parent a034550bc2
commit 83478f5cf6
No known key found for this signature in database
GPG Key ID: D1D0C3030AE3AA35
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ public abstract class GenerateDescriptorTask extends DefaultTask {
getInputs().property( "hibernate-version", currentlyBuildingFamily );
}
public ReleaseFamilyIdentifier getCurrentlyBuildingFamily() {
return currentlyBuildingFamily;
}
@OutputFile
public Provider<RegularFile> getJsonFile() {
return jsonFile;