Fix GenerateDescriptorTask
This commit is contained in:
parent
a034550bc2
commit
83478f5cf6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue