Skip to content

Commit

Permalink
Fix asciidoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Jan 21, 2019
1 parent cbd767d commit 41c7f12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Use the included
https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to
build the `.jar` artifact:

```
----------
$ ./gradlew :webauthn-server-core:jar
```
----------

The output is built in the `webauthn-server-core/build/libs/` directory, and the
version is derived from the most recent Git tag. Builds done on a tagged commit
Expand All @@ -50,12 +50,12 @@ than 8.

To run the tests (requires JDK 8):

```
----------
$ ./gradlew check
```
----------

To run the http://pitest.org/[PIT mutation tests] (requires JDK 8):

```
----------
$ ./gradlew pitest
```
----------

0 comments on commit 41c7f12

Please sign in to comment.