Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.ignaciotcrespo'
version '1.0.7'
group GROUP
version VERSION_NAME

apply plugin: 'java'
// for travis-ci
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading