File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ Packages are hosted on GitHub. [Authentication](https://docs.github.com/en/packa
4646### Gradle
4747``` groovy
4848dependencies {
49- compile "nl.myndocs:oauth2-server-core:$myndocs_oauth_version"
49+ implementation "nl.myndocs:oauth2-server-core:$myndocs_oauth_version"
5050 // In memory dependencies
51- compile "nl.myndocs:oauth2-server-client-inmemory:$myndocs_oauth_version"
52- compile "nl.myndocs:oauth2-server-identity-inmemory:$myndocs_oauth_version"
53- compile "nl.myndocs:oauth2-server-token-store-inmemory:$myndocs_oauth_version"
51+ implementation "nl.myndocs:oauth2-server-client-inmemory:$myndocs_oauth_version"
52+ implementation "nl.myndocs:oauth2-server-identity-inmemory:$myndocs_oauth_version"
53+ implementation "nl.myndocs:oauth2-server-token-store-inmemory:$myndocs_oauth_version"
5454}
5555```
5656
You can’t perform that action at this time.
0 commit comments