You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to upgrade the plugin from 2.5 to 3.0 in our gradle/kotlin project, but I have issues with the way the shared conf is handled in our project.
Previously we add it configured this way : a val with the conf, common to all .exe we have in our different subprojects :
This is not working anymore from plugin version 3.0.0, I get multiple errors similar to : The boolean literal does not conform to the expected type Property<Boolean!>!
As I'm not a gradle/kotlin/groovy specialist, I need help how the same could be achieved
Thanks in advance for your help
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to upgrade the plugin from 2.5 to 3.0 in our gradle/kotlin project, but I have issues with the way the shared conf is handled in our project.
Previously we add it configured this way : a val with the conf, common to all .exe we have in our different subprojects :
and then the task definition :
This is not working anymore from plugin version 3.0.0, I get multiple errors similar to :
The boolean literal does not conform to the expected type Property<Boolean!>!
As I'm not a gradle/kotlin/groovy specialist, I need help how the same could be achieved
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: