runModIdea classpath does not match idea 13 default output
Closed this issue · 3 comments
ylemoigne commented
Hi,
In idea 13, the default output change from 'out' to 'classes' so the template won't match it.
Maybe the output should be forced in script :
idea {
module {
outputDir = file('classes')
}
}
robertjchristian commented
Did you ever get runModIDEA to work? I just opened an issue that the task does not actually exist, despite being documented in the build file. ~ Thanks.
ylemoigne commented
It seems that the task was removed : ae8e2a4#diff-8db5c9b9a21eaae4fcbb7431d56d1e23
purplefox commented
You can edit vertx_classpath.txt - it's designe to be editable :)