During project configuration on Gitlab CI, I get t...
# gradle
r
During project configuration on Gitlab CI, I get this exact error. This doesn't happen locally so it's becoming impossible to debug. The error message is the same when i add
--debug
flag to the build stage. The environment is Java 17 and latest version of Kotlin and Compose
Copy code
a problem occurred configuring project ':module-name'.
> Failed to notify project evaluation listener. 
     > Invalid version:
The error is very vague and I am struggling to figure out what version of what in particular is invalid. I am wondering if anyone has encountered this in the past.
v
This does not look like a complete error. At least add
--stacktrace
to get the trace of the error and maybe additional messages, or optimally look at a build
--scan
URL.
1