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
This was broken with the 1.7 changes, although user = 'myuser' and group = 'mygroup' will work.
The opposite problem is occurring with some changes being worked on to have the rpm plugin work with Gradle 1.8 (and ideally 1.9+). It supports user 'myuser' and group 'mygroup', but using = results in undesired behavior using Gradle 1.8.
Unfortunately, for Gradle 1.9-rc-3, none of the plugin variants currently work either way for per-copyspec user or group assignment due to internal changes made to Gradle that haven't been worked around yet. Well, technically the current plugin doesn't work with anything newer than Gradle 1.7.
Example:
This will result in an exception:
FAILURE: Build failed with an exception.
Where:
Build file '.../build.gradle' line: 39
What went wrong:
A problem occurred evaluating root project '...'.
Maybe this was lost with the Gradle 1.7 compatibility changes?
The text was updated successfully, but these errors were encountered: