Thanks Peter
________________________________ From: Peter Niederwieser <[email protected]> To: [email protected] Sent: Tue, February 15, 2011 2:11:55 PM Subject: [gradle-user] Re: Eclipse plugin failing Andres Almiray wrote: > > I've just had the weirdest problem with the Eclipse plugin and Gradle > 0.9.2 > Apparently specifying sourceCompatibility/targetCompatibility in > gradle.properties breaks the plugin > You are running into http://jira.codehaus.org/browse/GRADLE-1350. Convention properties currently have to be specified after the corresponding plugin has been applied. Apparently this also means that they can't be externalized into gradle.properties. Not sure why this worked in earlier versions, and if it ever did the right thing. -- Peter Niederwieser Developer, Gradle http://www.gradle.org Trainer & Consultant, Gradle Inc. http://www.gradle.biz Creator, Spock Framework http://spockframework.org -- View this message in context: http://gradle.1045684.n5.nabble.com/Generator-Tasks-tp3385845p3385922.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
