64.8 理解Gradle插件是如何工作的
jar.enabled = false
bootRepackage.enabled = falsebootRepackage.withJarTask = jartask bootJars
bootJars.dependsOn = [clientBoot1,clientBoot2,clientBoot3]
build.dependsOn(bootJars)Last updated
Was this helpful?
jar.enabled = false
bootRepackage.enabled = falsebootRepackage.withJarTask = jartask bootJars
bootJars.dependsOn = [clientBoot1,clientBoot2,clientBoot3]
build.dependsOn(bootJars)Last updated
Was this helpful?
Was this helpful?