Closed brian428 closed 10 years ago
Or, actually, shouldn't it just be a build-only dependency? e.g.:
plugins {
build ':release:2.2.1' {
export = false
}
}
You are right. Thanks for pointing it out. Fixed in 0.1.10. Please report if it works for you.
The recent change to add the release plugin 3.0.1 limits plugin use to only Grails 2.3+. Seems like that should be 2.2.1? We have plenty of existing projects that aren't on Grails 2.3 yet (and I'm sure there are many others out there in the same boat).