Skip to content

Commit cd6613b

Browse files
committed
Update syntax of Gradle dependency declaration snippets
1 parent 2bebcbb commit cd6613b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Maven:
7272
Gradle:
7373

7474
----------
75-
compile 'com.yubico:webauthn-server-core:2.4.1'
75+
implementation("com.yubico:webauthn-server-core:2.4.1")
7676
----------
7777

7878
NOTE: You may need additional dependencies with JCA providers to support some signature algorithms.

webauthn-server-attestation/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Maven:
102102
Gradle:
103103

104104
----------
105-
compile 'com.yubico:webauthn-server-attestation:2.4.1'
105+
implementation("com.yubico:webauthn-server-attestation:2.4.1")
106106
----------
107107

108108

0 commit comments

Comments
 (0)