@atomist/sdm-pack-spring
Version:
Atomist software delivery machine extension pack for Spring and Spring Boot applications
10 lines (9 loc) • 521 B
TypeScript
import { AutofixRegistration, SoftwareDeliveryMachineConfiguration } from "@atomist/sdm";
/**
* Autofix to invoke the Spring team's spring-format via the
* Atomist executable JAR wrapper (https://github.com/atomist/spring-format).
* The JAR wrapper must be available at the path under
* sdm.spring.formatJar or the FORMAT_JAR environment variable on the system on which the
* current SDM is running.
*/
export declare function springFormat(configuration: SoftwareDeliveryMachineConfiguration): AutofixRegistration;