This message was deleted.
# community-support
s
This message was deleted.
v
I don't remember, is it a dedicated task type? Then for now until they made it compatible, mark them by type as incompatible with CC
c
Yeah but I don't even know how I would get the type... Like the type doesn't seem to be there. I tried get by name but that screwed things up too.
v
If all goes wrong, you can probably do big hammer method like checking the invoked tasks and if the task name is present there, mark all tasks as incompatible with CC
or something like that
c
Can you do that without get by name? In a way that isn't going to blow up
v
That's why I said check the invoked tasks and configure all tasks to be incompatible with CC
If you really find no better way
c
How do you check the invoked tasks?
v
In the start parameters you get from
Gradle
m
Intellij injects an init script into your build when it syncs the gradle model, the init script adds the task to download sources and javadocs
c
They blame Gradle you blame them nothing gets solved
v
Who blamed anyone?
c
They did in the support ticket
They politely told me that Gradle needs to fix it shit because they only use Gradle apis
Like I said politely
v
Only using Gradle APIs dies not mean it is CC compatible. Can you share that support ticket?