TouK / excel-export

excel-export grails plugin
58 stars 32 forks source link

Release plugin limits Grails version to 2.3+ #14

Closed brian428 closed 10 years ago

brian428 commented 10 years ago

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).

brian428 commented 10 years ago

Or, actually, shouldn't it just be a build-only dependency? e.g.:

plugins {
        build ':release:2.2.1' {
                export = false
        }
}
jakubnabrdalik commented 10 years ago

You are right. Thanks for pointing it out. Fixed in 0.1.10. Please report if it works for you.