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
I'm getting the following Problem: GroovyRuntimeException: Cannot set the value of read-only property 'configuration' for task ':compassCompile' of type com.github.robfletcher.compass.CompassTask. at org.gradle.internal.metaobject.AbstractDynamicObject.setReadOnlyProperty(AbstractDynamicObject.java:131) at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.setProperty(BeanDynamicObject.java:367) at org.gradle.internal.metaobject.BeanDynamicObject.trySetProperty(BeanDynamicObject.java:176) at org.gradle.internal.metaobject.CompositeDynamicObject.trySetProperty(CompositeDynamicObject.java:66)
My SetUp looks like that:
compass-gradle-plugin 2.0.6
jruby-gradle-plugin 1.4.0
Windows 10
some spring boot + spring mvc
Anyone any hints what the problem ist or how to set the 'configuration' for compassCompile since there seems to be the problem.
thank you
Martin
The text was updated successfully, but these errors were encountered:
Hi
I'm getting the following Problem:
GroovyRuntimeException: Cannot set the value of read-only property 'configuration' for task ':compassCompile' of type com.github.robfletcher.compass.CompassTask. at org.gradle.internal.metaobject.AbstractDynamicObject.setReadOnlyProperty(AbstractDynamicObject.java:131) at org.gradle.internal.metaobject.BeanDynamicObject$MetaClassAdapter.setProperty(BeanDynamicObject.java:367) at org.gradle.internal.metaobject.BeanDynamicObject.trySetProperty(BeanDynamicObject.java:176) at org.gradle.internal.metaobject.CompositeDynamicObject.trySetProperty(CompositeDynamicObject.java:66)
My SetUp looks like that:
Anyone any hints what the problem ist or how to set the 'configuration' for compassCompile since there seems to be the problem.
thank you
Martin
The text was updated successfully, but these errors were encountered: