Skip to content

Commit

Permalink
Merge pull request #6 from infinum/fix/release-guide
Browse files Browse the repository at this point in the history
Fix gradle commands
  • Loading branch information
BraneRi authored May 12, 2020
2 parents c2bd5b4 + 8915e68 commit d8941f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retromock/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Be sure that [build.gradle](build.gradle), [Changelog](../CHANGELOG.md) and [Readme](../README.md) are updated and contain new, to be released version.

### Run static checkers and tests
`./gradlew clean build checkstyle pmd findbugs test`
`./gradlew clean build checkstyleMain checkstyleTest pmdMain pmdTest findbugsMain findbugsTest test`

### Run gradle task

`./gradlew clean build javadocs jar sourceJar`
`./gradlew clean build javadoc jar sourceJar`

`./gradlew bintrayUpload -Pbintray_username={yourBintrayUsername} -Pbintray_api_key={bintrayApiKey}`

Expand Down

0 comments on commit d8941f0

Please sign in to comment.