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
startup failed:
/Users/ajay/Documents/gradle-eclipse-aar-plugin/plugin/src/main/groovy/com/github/ksoichiro/eclipse/aar/GenerateTask.groovy: 68: cannot modify final field 'name' outside of constructor.
@ line 68, column 29.
name = dependencyProject.project.name
^
/Users/ajay/Documents/gradle-eclipse-aar-plugin/plugin/src/main/groovy/com/github/ksoichiro/eclipse/aar/GenerateTask.groovy: 153: cannot modify final field 'name' outside of constructor.
@ line 153, column 25.
name = v.moduleName
^
2 errors
The text was updated successfully, but these errors were encountered:
when i run gradle build i get these errors:
startup failed:
/Users/ajay/Documents/gradle-eclipse-aar-plugin/plugin/src/main/groovy/com/github/ksoichiro/eclipse/aar/GenerateTask.groovy: 68: cannot modify final field 'name' outside of constructor.
@ line 68, column 29.
name = dependencyProject.project.name
^
/Users/ajay/Documents/gradle-eclipse-aar-plugin/plugin/src/main/groovy/com/github/ksoichiro/eclipse/aar/GenerateTask.groovy: 153: cannot modify final field 'name' outside of constructor.
@ line 153, column 25.
name = v.moduleName
^
2 errors
The text was updated successfully, but these errors were encountered: