Yubico / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Other
473 stars 143 forks source link

Make Git not required to build #117

Closed emlun closed 3 years ago

emlun commented 3 years ago

Fixes #116.

A Git repository will still be required to get accurate version numbers and to publish artifacts, but the project can now be built and pass the tests without a local Git repository.

Pinging @dainnilsson for review just for the light modifications to a few of the tests. Seem reasonable? These tests are for the in-library metadata declaration, which includes the library version among other things. That's all separate from the main functional parts of the library.

github-actions[bot] commented 3 years ago

Unit Test Results

   132 files     132 suites   1m 47s :stopwatch:    988 tests    972 :heavy_check_mark: 16 :zzz: 0 :x: 2 934 runs  2 886 :heavy_check_mark: 48 :zzz: 0 :x:

Results for commit 3831bfe8.