Skip to content
Snippets Groups Projects
Commit d92f6ce1 authored by Benjamin Sousa's avatar Benjamin Sousa
Browse files

Merge branch 'doc-update' into 'master'

Add placeholder for project version in README

See merge request !5
parents 6673592b 68a1e0d6
No related branches found
No related tags found
1 merge request!5Add placeholder for project version in README
......@@ -18,11 +18,13 @@ buildscript {
}
}
dependencies {
classpath 'edu.wisc.doit.gradle:continuous-publish-plugin:0.1.0'
classpath 'edu.wisc.doit.gradle:continuous-publish-plugin:<current_version>'
}
}
```
Replace *<current_version>* with the current version of this project.
Note the `codeDoitUsername` and `codeDoitPassword` properties.
This project is distributed via the [Shared Tools Maven Artifact Repository](https://wiki.doit.wisc.edu/confluence/display/ST/Maven+Repository+Manager),
......
group 'edu.wisc.doit.gradle'
version '0.2.2'
version '0.2.3'
apply plugin: 'groovy'
apply plugin: 'idea'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment