#gradlew build doesn't work on arch linux [SOLVED]
9 messages · Page 1 of 1 (latest)
whats the ourput
and did you make sure to chmod +x gradlew just in case
also if running from cwd and not path you run ./gradlew build
because gradlew is a script provided in the project you are working in (gradlew is gradle wrapper and it downloads the propper gradle for the current project)
well it said build failed when runing both the "chmod +x gradlew" and "./gradlew build"
I will try again
at org.gradle.groovy.scripts.internal.DefaultScriptCompilationHandler.compileScript(DefaultScriptCompilationHandler.java:139)
this is the error that made the build fail
the community that provided some advice on how to install the project, they suggested to use gradle build command which in return made more errors