Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Simplify Gradle installation instruction even more
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhuizinga committed Feb 16, 2021
1 parent d4dfcaf commit 4704451
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions junit4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Artifacts are hosted on the [Maven Central repository](https://search.maven.org/
repositories {
mavenCentral()
}
```

```kotlin
dependencies {
testImplementation("com.github.erikhuizinga:mockk-junit4:$LATEST_VERSION")
}
Expand Down
2 changes: 0 additions & 2 deletions junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Artifacts are hosted on the [Maven Central repository](https://search.maven.org/
repositories {
mavenCentral()
}
```

```kotlin
dependencies {
testImplementation("com.github.erikhuizinga:mockk-junit5:$LATEST_VERSION")
}
Expand Down

0 comments on commit 4704451

Please sign in to comment.