Skip to content

Commit ea45690

Browse files
authored
Merge pull request #1420 from webauthn4j/update-gradle
Update gradle to 8.7
2 parents 8e21e68 + 3a6e7ae commit ea45690

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ configure(webAuthn4JSpringSecurityLibraryProjects) {
123123

124124
jacocoTestReport {
125125
reports {
126-
xml.enabled true
126+
xml.required = true
127127
}
128128
}
129129

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

samples/fido-server-conformance-test-app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ group 'com.webauthn4j'
2020
description = "WebAuthn4J Spring Security Angular Sample"
2121

2222
bootJar {
23-
baseName = "webauthn4j-spring-security-sample-spa"
24-
version = null
23+
archiveFileName = "fido-server-conformance-test-app.jar"
2524
}
2625

2726
dependencies {

samples/mpa/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ group 'com.webauthn4j'
2020
description = "WebAuthn4J Spring Security MPA Sample"
2121

2222
bootJar {
23-
baseName = "webauthn4j-spring-security-sample-mpa"
24-
version = null
23+
archiveFileName = "webauthn4j-spring-security-sample-mpa.jar"
2524
}
2625

2726
dependencies {

samples/spa/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ group 'com.webauthn4j'
2020
description = "WebAuthn4J Spring Security Angular Sample"
2121

2222
bootJar {
23-
baseName = "webauthn4j-spring-security-sample-spa"
24-
version = null
23+
archiveFileName = "webauthn4j-spring-security-sample-spa.jar"
2524
}
2625

2726
dependencies {

0 commit comments

Comments
 (0)