Hi,
I've been trying the 1.0 milestone 5 nightly downloads to see what changes
I'll have to make from milestone 3. For the sonar plugin I'm getting the
following error
Cause: Could not find method globalProperty() for arguments [sonar.jdbc.url,
jdbc:mysql://thales-ntis-scripts.co.uk/sonar]
my sonar.gradle looks like
sonar {
serverUrl = "http://thales-ntis-scripts.co.uk:9000"
globalProperty "sonar.jdbc.url", "jdbc:mysql://
thales-ntis-scripts.co.uk/sonar"
globalProperty "sonar.jdbc.driverClassName", "com.mysql.jdbc.Driver"
globalProperty "sonar.jdbc.username", "sonar"
globalProperty "sonar.jdbc.password", "..."
}
I've looked through the notes and I can't see what's changed and the
documentation still indicates the above as the way to configure.
Thanks in advance for any help.
Rob