Fix GenerateDescriptorTask
This commit is contained in:
parent
fb788baa79
commit
a02723c3ee
|
@ -35,10 +35,6 @@ public abstract class GenerateDescriptorTask extends DefaultTask {
|
||||||
getInputs().property( "hibernate-version", currentlyBuildingFamily );
|
getInputs().property( "hibernate-version", currentlyBuildingFamily );
|
||||||
}
|
}
|
||||||
|
|
||||||
public ReleaseFamilyIdentifier getCurrentlyBuildingFamily() {
|
|
||||||
return currentlyBuildingFamily;
|
|
||||||
}
|
|
||||||
|
|
||||||
@OutputFile
|
@OutputFile
|
||||||
public Provider<RegularFile> getJsonFile() {
|
public Provider<RegularFile> getJsonFile() {
|
||||||
return jsonFile;
|
return jsonFile;
|
||||||
|
|
Loading…
Reference in New Issue