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) {
123
123
124
124
jacocoTestReport {
125
125
reports {
126
- xml. enabled true
126
+ xml. required = true
127
127
}
128
128
}
129
129
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ group 'com.webauthn4j'
20
20
description = " WebAuthn4J Spring Security Angular Sample"
21
21
22
22
bootJar {
23
- baseName = " webauthn4j-spring-security-sample-spa"
24
- version = null
23
+ archiveFileName = " fido-server-conformance-test-app.jar"
25
24
}
26
25
27
26
dependencies {
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ group 'com.webauthn4j'
20
20
description = " WebAuthn4J Spring Security MPA Sample"
21
21
22
22
bootJar {
23
- baseName = " webauthn4j-spring-security-sample-mpa"
24
- version = null
23
+ archiveFileName = " webauthn4j-spring-security-sample-mpa.jar"
25
24
}
26
25
27
26
dependencies {
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ group 'com.webauthn4j'
20
20
description = " WebAuthn4J Spring Security Angular Sample"
21
21
22
22
bootJar {
23
- baseName = " webauthn4j-spring-security-sample-spa"
24
- version = null
23
+ archiveFileName = " webauthn4j-spring-security-sample-spa.jar"
25
24
}
26
25
27
26
dependencies {
You can’t perform that action at this time.
0 commit comments