You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Coverage with jacoco, merged from both win and linux builds in [codecov.io](https://codecov.io/)
20
20
* Target jdk compatibility check with [animal sniffer](http://mojo.codehaus.org/animal-sniffer/) (you may use newer jdk to build, and keep compatibility with older jdk)
@@ -142,9 +142,12 @@ Create [github](https://github.com) repo matching your library name and push pro
142
142
143
143
In github project settings go to `Webhooks & services` and add `travis-ci` service.
144
144
145
-
Go to [travis](https://travis-ci.org/) and enable your repo.
145
+
Enable repository on services:
146
+
*[travis](https://travis-ci.org/)
147
+
*[appveyor](https://www.appveyor.com/)
146
148
147
-
Go to [coveralls](http://coveralls.io/) and enable your repo.
149
+
And after next commit windows and linux builds will be performed automatically and combined coverage report
150
+
will be available on [codecov](https://codecov.io/) (badges for all services are already generated in readme).
148
151
149
152
Bintray and maven central badges are generated in readme, but commented (uncomment before release).
150
153
@@ -169,6 +172,11 @@ will get much more feedback (something people will never post as issue or write
169
172
Gitter badge is not generated automatically, because it's not required as other services and it's too easy to add at any time.
170
173
Look it and decide if you need it.
171
174
175
+
### Documentation
176
+
177
+
You can use [gradle-mkdocs-plugin](https://github.com/xvik/gradle-mkdocs-plugin) for writing versioned project documentation
178
+
(published on github pages).
179
+
172
180
### Project usage
173
181
174
182
```bash
@@ -225,7 +233,6 @@ Used gradle plugins:
225
233
*[findbugs](http://www.gradle.org/docs/current/userguide/findbugs_plugin.html) to find potential bugs with [findbugs](http://findbugs.sourceforge.net/)
226
234
*[com.jfrog.bintray](https://github.com/bintray/gradle-bintray-plugin) for bintray publishing
227
235
*[com.github.ben-manes.versions](https://github.com/ben-manes/gradle-versions-plugin) to check dependencies versions updates
228
-
*[com.github.kt3k.coveralls](https://github.com/kt3k/coveralls-gradle-plugin) to send coverage report to coveralls
229
236
*[net.researchgate.release](https://github.com/researchgate/gradle-release) for release (see [article](http://www.sosaywecode.com/gradle-release-plugin/) for additional plugin details)
230
237
*[ru.vyarus.pom](https://github.com/xvik/gradle-pom-plugin) for simpler pom generation
231
238
*[ru.vyarus.java-lib](https://github.com/xvik/gradle-java-lib-plugin) to prepare java artifacts setup
@@ -240,13 +247,13 @@ Optional and provided dependencies support provided by [ru.vyarus.pom plugin](ht
0 commit comments