Hello, I try to build a jar in my CI but “Task ‘ja...
# multiplatform
r
Hello, I try to build a jar in my CI but “Task ‘jar’ not found in project ‘:xxx’.“. But I have the task in local (and it work). It’s like, gradlew doesn’t sync before building.
s
Is your CI machine running gradle? Maybe path to your task is wrong? “appyourTask”?
r
It works in local, I run the task tasks to have the list of task, and it's not in it
s
./gradlew tasks —all?
r
./gradlew moduletasks instead