File tree Expand file tree Collapse file tree 5 files changed +5
-8
lines changed
fido-server-conformance-test-app Expand file tree Collapse file tree 5 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ configure(webAuthn4JSpringSecurityLibraryProjects) {
123123
124124 jacocoTestReport {
125125 reports {
126- xml. enabled true
126+ xml. required = true
127127 }
128128 }
129129
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ group 'com.webauthn4j'
2020description = " WebAuthn4J Spring Security Angular Sample"
2121
2222bootJar {
23- baseName = " webauthn4j-spring-security-sample-spa"
24- version = null
23+ archiveFileName = " fido-server-conformance-test-app.jar"
2524}
2625
2726dependencies {
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ group 'com.webauthn4j'
2020description = " WebAuthn4J Spring Security MPA Sample"
2121
2222bootJar {
23- baseName = " webauthn4j-spring-security-sample-mpa"
24- version = null
23+ archiveFileName = " webauthn4j-spring-security-sample-mpa.jar"
2524}
2625
2726dependencies {
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ group 'com.webauthn4j'
2020description = " WebAuthn4J Spring Security Angular Sample"
2121
2222bootJar {
23- baseName = " webauthn4j-spring-security-sample-spa"
24- version = null
23+ archiveFileName = " webauthn4j-spring-security-sample-spa.jar"
2524}
2625
2726dependencies {
You can’t perform that action at this time.
0 commit comments