Commented out calls to unreleased bld changes

This commit is contained in:
Erik C. Thauvin 2023-11-04 13:25:32 -07:00
parent 3e3d6dafec
commit 91aa8dfd1a
2 changed files with 7 additions and 6 deletions

View file

@ -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());
}