Unable to build War file and getting below error in Eclips

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/Incident%20Managment/All%20at%20once/Old%20Data/eclipse-jee-2021-03-R-win32-x86_64/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [file:/D:/Incident%20Managment/All%20at%20once/Old%20Data/eclipse-jee-2021-03-R-win32-x86_64/eclipse/configuration/org.eclipse.osgi/6/0/.cp/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/Incident%20Managment/All%20at%20once/Old%20Data/eclipse-jee-2021-03-R-win32-x86_64/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [file:/D:/Incident%20Managment/All%20at%20once/Old%20Data/eclipse-jee-2021-03-R-win32-x86_64/eclipse/configuration/org.eclipse.osgi/6/0/.cp/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See SLF4J Error Codes for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
[INFO] Scanning for projects…
[INFO]
[INFO] --------------------< ServiceTask:ServiceTaskImpl >---------------------
[INFO] Building Camunda Spring Boot Application 0.0.1-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] — maven-resources-plugin:2.6:resources (default-resources) @ ServiceTaskImpl —
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] — maven-compiler-plugin:3.1:compile (default-compile) @ ServiceTaskImpl —
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to D:\All at once\Old just\ServiceTaskImpl\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error reading C:\Users\1240852.m2\repository\org\camunda\bpm\webapp\camunda-webapp-webjar\7.15.0\camunda-webapp-webjar-7.15.0.jar; ZipFile invalid LOC header (bad signature)
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/ProcessConstants.java:[1,1] cannot access ServiceTask.ServiceTaskImpl
invalid stored block lengths
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[15,8] cannot access java.lang
invalid stored block lengths
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[15,40] cannot find symbol
symbol: class JavaDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[14,2] cannot find symbol
symbol: class Component
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[17,17] cannot find symbol
symbol: class Logger
location: class ServiceTask.ServiceTaskImpl.LoggerDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[19,23] cannot find symbol
symbol: class DelegateExecution
location: class ServiceTask.ServiceTaskImpl.LoggerDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[19,59] cannot find symbol
symbol: class Exception
location: class ServiceTask.ServiceTaskImpl.LoggerDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[9,8] cannot access ServiceTask
invalid stored block lengths
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[7,2] cannot find symbol
symbol: class SpringBootApplication
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[8,2] cannot find symbol
symbol: class EnableProcessApplication
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[11,27] cannot find symbol
symbol: class String
location: class ServiceTask.ServiceTaskImpl.CamundaApplication
[INFO] 12 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.326 s
[INFO] Finished at: 2021-08-16T00:01:43+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ServiceTaskImpl: Compilation failure: Compilation failure:
[ERROR] error reading C:\Users\1240852.m2\repository\org\camunda\bpm\webapp\camunda-webapp-webjar\7.15.0\camunda-webapp-webjar-7.15.0.jar; ZipFile invalid LOC header (bad signature)
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/ProcessConstants.java:[1,1] cannot access ServiceTask.ServiceTaskImpl
[ERROR] invalid stored block lengths
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[15,8] cannot access java.lang
[ERROR] invalid stored block lengths
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[15,40] cannot find symbol
[ERROR] symbol: class JavaDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[14,2] cannot find symbol
[ERROR] symbol: class Component
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[17,17] cannot find symbol
[ERROR] symbol: class Logger
[ERROR] location: class ServiceTask.ServiceTaskImpl.LoggerDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[19,23] cannot find symbol
[ERROR] symbol: class DelegateExecution
[ERROR] location: class ServiceTask.ServiceTaskImpl.LoggerDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/LoggerDelegate.java:[19,59] cannot find symbol
[ERROR] symbol: class Exception
[ERROR] location: class ServiceTask.ServiceTaskImpl.LoggerDelegate
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[9,8] cannot access ServiceTask
[ERROR] invalid stored block lengths
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[7,2] cannot find symbol
[ERROR] symbol: class SpringBootApplication
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[8,2] cannot find symbol
[ERROR] symbol: class EnableProcessApplication
[ERROR] /D:/All at once/Old just/ServiceTaskImpl/src/main/java/ServiceTask/ServiceTaskImpl/CamundaApplication.java:[11,27] cannot find symbol
[ERROR] symbol: class String
[ERROR] location: class ServiceTask.ServiceTaskImpl.CamundaApplication
[ERROR] → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException