jar { baseName = 'spring-boot-sample-profile' version = '0.0.0'task('execJar', type:Jar, dependsOn: 'jar') { baseName = 'spring-boot-sample-profile' version = '0.0.0' from sourceSets.main.output}bootRepackage {