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
Scott Kruse
12/07/2022, 9:32 AM
Is your CI machine running gradle? Maybe path to your task is wrong? “appyourTask”?
r
Raphael TEYSSANDIER
12/07/2022, 9:33 AM
It works in local, I run the task tasks to have the list of task, and it's not in it