diff --git a/build.gradle b/build.gradle index 3c07138..c76db97 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ -group 'com.github.ignaciotcrespo' -version '1.0.7' +group GROUP +version VERSION_NAME apply plugin: 'java' // for travis-ci diff --git a/gradle.properties b/gradle.properties index 3bdd41b..8bafe6b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ POM_NAME=JUnitWithParams POM_ARTIFACT_ID=junitwithparams -POM_PACKAGING=aar +POM_PACKAGING=jar VERSION_NAME=1.0.7 VERSION_CODE=7 GROUP=com.github.ignaciotcrespo diff --git a/readme.md b/readme.md index ce4d94e..f8f31dc 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,7 @@ JUnitWithParams is available as Maven artifact: To use JUnitWithParams in a Gradle build add this to your dependencies: ``` -testCompile 'com.github.ignaciotcrespo:junitwithparams:1.0.7' +testImplementation 'com.github.ignaciotcrespo:junitwithparams:1.0.7' ``` # Contribution