diff --git a/README.md b/README.md index 18969f5..077ae76 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Some very basic instructions: ``` { clone with git or download the ZIP } git clone git://github.com/ethauvin/mobibot.git - + cd mobibot - + { build with gradle } ./gradlew @@ -15,7 +15,7 @@ Some very basic instructions: { configure the properties } vi *.properties - + { help } java -jar mobibot.jar -h diff --git a/build.gradle b/build.gradle index 3a00d21..69a9de8 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { compile 'net.sf.delicious-java:delicious:1.14' compile files('lib/owm-japis-2.5.0.5.jar') - + compileOnly 'net.thauvin.erik:semver:0.9.6-beta' } @@ -142,6 +142,6 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) { doLast { group = 'Publishing' description = 'Releases new version.' - isRelease = true + isRelease = true } } \ No newline at end of file