Skip to content

Commit f0e2942

Browse files
committed
Fix shell script formatting in README
1 parent 6766490 commit f0e2942

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ Use the included
332332
https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to
333333
build the `.jar` artifact:
334334

335+
[source,shell]
335336
----------
336337
$ ./gradlew :webauthn-server-core:jar
337338
----------
@@ -345,7 +346,8 @@ Starting in version `1.4.0-RC2`, artifacts are built reproducibly. Fresh builds
345346
tagged commits should therefore be verifiable by signatures from Maven Central
346347
and GitHub releases:
347348

348-
```
349+
[source,shell]
350+
----------
349351
$ git checkout 1.4.0-RC2
350352
$ ./gradlew :webauthn-server-core:jar
351353

@@ -354,7 +356,7 @@ $ gpg --verify webauthn-server-core-1.4.0-RC2.jar.asc webauthn-server-core/build
354356

355357
$ wget https://github.com/Yubico/java-webauthn-server/releases/download/1.4.0-RC2/webauthn-server-core-1.4.0-RC2.jar.asc
356358
$ gpg --verify webauthn-server-core-1.4.0-RC2.jar.asc webauthn-server-core/build/libs/webauthn-server-core-1.4.0-RC2.jar
357-
```
359+
----------
358360

359361
Note that building with a different JDK may produce a different artifact. To
360362
ensure binary reproducibility, please build with the same JDK as specified in
@@ -369,13 +371,15 @@ Developers site].
369371

370372
To run the tests:
371373

374+
[source,shell]
372375
----------
373376
$ ./gradlew check
374377
----------
375378

376379
To run the http://pitest.org/[PIT mutation tests] (this may take upwards of 30
377380
minutes):
378381

382+
[source,shell]
379383
----------
380384
$ ./gradlew pitest
381385
----------

0 commit comments

Comments
 (0)