feat: webauthn tests
This commit is contained in:
25
build.json
Normal file
25
build.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"project": {
|
||||
"name": "webauthnn4j-tests",
|
||||
"main": "SampleMain",
|
||||
"archiveName": "sample"
|
||||
},
|
||||
"application": false,
|
||||
"java": "1.8",
|
||||
"builder": {
|
||||
"name": "gradle",
|
||||
"version": "3.1"
|
||||
},
|
||||
"repo": {
|
||||
"dependencies": [
|
||||
"me.hatter:commons:3.0",
|
||||
"com.webauthn4j:webauthn4j-core:0.20.3.RELEASE",
|
||||
"com.webauthn4j:webauthn4j-util:0.20.3.RELEASE",
|
||||
"com.webauthn4j:webauthn4j-metadata:0.20.3.RELEASE",
|
||||
"com.webauthn4j:webauthn4j-device-check:0.20.3.RELEASE"
|
||||
],
|
||||
"testDependencies": [
|
||||
"junit:junit:4.12"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user