Skip to content

Commit

Permalink
Try to enable automatic releasing on Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Oct 11, 2019
1 parent ec5498e commit 8fd2ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ It covers areas that I miss in JUnit itself e.g. for verifying compare()/hashCod

### Release it

./gradlew release
./gradlew release closeAndReleaseRepository

#### Licensing
* commons-test is licensed under the [BSD 2-Clause License].
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
plugins {
// https://github.com/researchgate/gradle-release
id 'net.researchgate.release' version '2.7.0'
id 'io.codearte.nexus-staging' version '0.21.1'
}

apply plugin: 'java'
apply plugin: 'jacoco'
apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'io.codearte.nexus-staging'

sourceCompatibility = 1.8
group = 'org.dstadler'
Expand Down

0 comments on commit 8fd2ad1

Please sign in to comment.