Open ppodgorsek opened 9 years ago
The problem was due to errors in the build.properties file. Here were it contents:
source.. = src/main/java/,src/main/resources/
output.. = bin/
bin.includes = bin/
After deleting the file, everything worked again. It seems the bundle configurer couldn't read the file properly and tried to parse the drive's root because of that.
While running
gradlew build
using the Gradle wrapper (2.8), I get the following error:What is strange is that I don't get the error on other environments, only OSX.
build.gradle: