Issues in /townsfolk/gradle-release

Hi

I am working on the gradle release plugin https://github.com/townsfolk/gradle-release on the multi module project.

I have mentioned the below in the main build.gradle

buildscript {
   repositories {
      mavenCentral()
      maven { url "https://oss.sonatype.org/content/groups/public"}
   }
   dependencies {
      classpath 'com.github.townsfolk:gradle-release:1.2'
   }
}
apply plugin: 'release'

Have i missed giving the username and password for svn ?? Can you please let me know. I tried to do a gradle release , but i am getting the following error:

:release :svnPlatform:initScmPlugin :svnPlatform:checkCommitNeeded FAILED :release FAILED Release process failed, reverting back any changes made by Release Plugin.

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ‘:checkCommitNeeded’. > You have 7 un-commited changes.

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debu o ption to get more log output.

BUILD FAILED

Thanks Smurf