I can't find solution for this problem: my gradle build has some problem with access to some files during build. How can I fix this or check why there is access denied, there is only little information for it.
System is Windows 7, Gradle 2.14.1, JDK 1.8.0-181.
Here is part of log from GIT Bash output:
Importing wsdl: C:\dev\wsdl\someWsdl.wsdl
[wsimport] [ERROR] C:\dev\src\main\java\com\project\SomeClass.java (Access is denied)
I have tried:
Disabling antivirus protection of McAfee has fixed my issues.