UNPKG

generator-begcode

Version:

Spring Boot + Angular/React/Vue in one handy generator

8 lines (7 loc) 221 B
export default function cleanupTask({ application }) { if (this.isJhipsterVersionLessThan('8.1.1')) { if (application.buildToolGradle) { this.removeFile('gradle/gatling.gradle'); } } }