#gradlew build doesn't work on arch linux [SOLVED]

9 messages · Page 1 of 1 (latest)

vale tiger
#

I am not sure of if the command is different in arch or I am missing a package that I haven't installed yet
I installed gradle package, but the gradlew build still doesn't build the stuff.
Please help...

minor cosmos
#

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)

vale tiger
#

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