File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ Use the included
332
332
https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper] to
333
333
build the `.jar` artifact:
334
334
335
+ [source,shell]
335
336
----------
336
337
$ ./gradlew :webauthn-server-core:jar
337
338
----------
@@ -345,7 +346,8 @@ Starting in version `1.4.0-RC2`, artifacts are built reproducibly. Fresh builds
345
346
tagged commits should therefore be verifiable by signatures from Maven Central
346
347
and GitHub releases:
347
348
348
- ```
349
+ [source,shell]
350
+ ----------
349
351
$ git checkout 1.4.0-RC2
350
352
$ ./gradlew :webauthn-server-core:jar
351
353
@@ -354,7 +356,7 @@ $ gpg --verify webauthn-server-core-1.4.0-RC2.jar.asc webauthn-server-core/build
354
356
355
357
$ wget https://github.com/Yubico/java-webauthn-server/releases/download/1.4.0-RC2/webauthn-server-core-1.4.0-RC2.jar.asc
356
358
$ 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
+ ----------
358
360
359
361
Note that building with a different JDK may produce a different artifact. To
360
362
ensure binary reproducibility, please build with the same JDK as specified in
@@ -369,13 +371,15 @@ Developers site].
369
371
370
372
To run the tests:
371
373
374
+ [source,shell]
372
375
----------
373
376
$ ./gradlew check
374
377
----------
375
378
376
379
To run the http://pitest.org/[PIT mutation tests] (this may take upwards of 30
377
380
minutes):
378
381
382
+ [source,shell]
379
383
----------
380
384
$ ./gradlew pitest
381
385
----------
You can’t perform that action at this time.
0 commit comments