Commented out calls to unreleased bld changes
This commit is contained in:
parent
3e3d6dafec
commit
91aa8dfd1a
2 changed files with 7 additions and 6 deletions
|
@ -115,7 +115,8 @@ public class BootWarOperation extends AbstractBootOperation<BootWarOperation> {
|
|||
new BootManifestAttribute("Main-Class", launcherClass()),
|
||||
new BootManifestAttribute("Start-Class", mainClass())
|
||||
))
|
||||
.providedLibs(project.providedClasspathJars())
|
||||
// TODO enable when bld 1.7.6 is available
|
||||
// .providedLibs(project.providedClasspathJars())
|
||||
.sourceDirectories(project.buildMainDirectory(), project.srcMainResourcesDirectory());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue