Skip to content

Commit e05e826

Browse files
committed
dokka tasks improved.
1 parent 632f657 commit e05e826

15 files changed

Lines changed: 329 additions & 222 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
plugins {
1919
alias(libs.plugins.android.library) apply false
2020
alias(libs.plugins.kotlin.android) apply false
21+
// alias(libs.plugins.builtin.kotlin) apply false
2122
alias(libs.plugins.dependency.license.report) apply false
2223
alias(libs.plugins.dependencycheck) apply false
24+
alias(libs.plugins.gradle.publish) apply false
2325
alias(libs.plugins.dokka.javadoc) apply false
2426
alias(libs.plugins.dokka.html) apply false
2527
}

gradle.properties

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ SONATYPE_HOST=CENTRAL_PORTAL
4747
SONATYPE_AUTOMATIC_RELEASE=false
4848
RELEASE_SIGNING_ENABLED=true
4949

50-
NAMESPACE=eu.europa.ec.eudi.wallet
5150
GROUP=eu.europa.ec.eudi
51+
NAMESPACE=eu.europa.ec.eudi.wallet
5252

5353
POM_ARTIFACT_ID=eudi-lib-android-wallet-core
5454
POM_NAME=eudi-lib-android-wallet-core
55-
5655
POM_DESCRIPTION=EUDI Wallet Core library for Android
5756
POM_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-android-wallet-core
5857
POM_LICENSE_NAME=The Apache License, Version 2.0
@@ -62,4 +61,9 @@ POM_SCM_CONNECTION=scm:git:git@github.com:eu-digital-identity-wallet/eudi-lib-an
6261
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:eu-digital-identity-wallet/eudi-lib-android-wallet-core.git'
6362
POM_ISSUE_SYSTEM=github
6463
POM_ISSUE_URL=https://github.com/eu-digital-identity-wallet/eudi-lib-android-wallet-core/issues
65-
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet
64+
POM_DEVELOPER_URL=https://github.com/eu-digital-identity-wallet
65+
66+
GITHUB_DEV=EU Digital Identity Wallet
67+
GITHUB_EMAIL=eu-digital-identity-wallet@users.noreply.github.com
68+
GITHUB_HANDLE=eu-digital-identity-wallet
69+
GHR_URL="https://maven.pkg.github.com/eu-digital-identity-wallet/eudi-lib-android-wallet-core"

gradle/libs.versions.toml

Lines changed: 66 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,81 @@
11
[versions]
2-
android-gradle-plugin = "8.13.1"
3-
androidx-credentials-registry-provider = "1.0.0-alpha03"
4-
appcompat = "1.7.1"
5-
biometricKtx = "1.2.0-alpha05"
2+
android-gradle-plugin = "8.13.1" # 9.1.0 not yet supported by Dokka.
3+
play-services-identity-credentials = "16.0.0-alpha11"
4+
androidx-credentials-registry-provider = "1.0.0-alpha04"
5+
androidx-appcompat = "1.7.1"
6+
androidx-biometric-ktx = "1.2.0-alpha05"
7+
androidx-test-ext-junit = "1.3.0"
8+
androidx-test-monitor = "1.8.0"
9+
androidx-test-core = "1.7.0"
10+
androidx-test-rules = "1.7.0"
11+
androidx-test-runner = "1.7.0"
12+
androidx-test-espresso = "3.7.0"
613
bouncy-castle = "1.83"
714
cbor = "0.9"
815
coseJava = "1.1.0"
9-
dependency-license-report = "3.0.1"
10-
dependencycheck = "12.1.9"
11-
dokka = "2.1.0"
12-
espresso = "3.7.0"
13-
eudi-document-manager = "0.13.0"
14-
eudi-iso18013-data-transfer = "0.10.0"
15-
eudi-lib-jvm-openid4vci-kt = "0.9.1"
16-
eudi-lib-jvm-siop-openid4vp-kt = "0.11.1"
17-
eudi-lib-jvm-sdjwt-kt = "0.10.0" # 0.17.2
16+
dependency-license-report = "3.1.1"
17+
dependencycheck = "12.2.0"
18+
dokka = "2.1.0" # 2.2.0-Beta
19+
eudi-document-manager = "0.14.0"
20+
eudi-iso18013-data-transfer = "0.11.0"
21+
eudi-lib-jvm-openid4vci-ktx = "0.9.1"
22+
eudi-lib-jvm-siop-openid4vp-ktx = "0.11.1"
23+
eudi-lib-jvm-sdjwt-ktx = "0.10.0" # 0.18.0
1824
eudi-lib-kmp-statium = "0.4.0"
19-
json = "20250517"
20-
junit-android = "1.3.0"
21-
kotlin = "2.2.21"
25+
json = "20251224"
26+
kotlin = "2.3.10"
2227
kotlin-coroutines-test = "1.10.2"
23-
kotlinx-io = "0.8.2"
24-
ktor = "3.3.3"
25-
mavenPublish = "0.35.0"
26-
mockito-android = "5.20.0"
27-
mockk = "1.14.6"
28+
kotlinx-io = "0.9.0"
29+
ktor = "3.4.1"
30+
mavenPublish = "0.36.0"
31+
mockito-android = "5.22.0"
32+
mockk = "1.14.9"
2833
multipaz = "0.94.0" # 0.95.0
29-
nimbus-sdk = "11.30.1"
30-
play-services-identity-credentials = "16.0.0-alpha08"
31-
robolectric = "4.16"
32-
sonarqube = "7.1.0.6387"
33-
test-core = "1.7.0"
34-
test-rules = "1.7.0"
35-
test-runner = "1.7.0"
34+
nimbus-sdk = "11.33"
35+
robolectric = "4.16.1"
36+
sonarqube = "7.2.2.6593"
3637
upokecenter-cbor = "4.5.6"
37-
kover = "0.9.3"
38+
kover = "0.9.7"
39+
40+
[plugins]
41+
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
42+
dependency-license-report = { id = "com.github.jk1.dependency-license-report", version.ref = "dependency-license-report" }
43+
dependencycheck = { id = "org.owasp.dependencycheck", version.ref = "dependencycheck" }
44+
dokka-html = { id = "org.jetbrains.dokka", version.ref = "dokka" }
45+
dokka-javadoc = { id = "org.jetbrains.dokka-javadoc", version.ref = "dokka" }
46+
maven_publish = { id = "maven-publish" }
47+
kotlin-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "android-gradle-plugin" }
48+
# builtin-kotlin = { id = "com.android.built-in-kotlin", version.ref = "android-gradle-plugin" }
49+
# legacy-kapt = { id = "com.android.legacy-kapt", version.ref = "android-gradle-plugin" }
50+
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
51+
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
52+
gradle-publish = { id = "com.vanniktech.maven.publish", version.ref = "mavenPublish" }
53+
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }
54+
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
3855

3956
[libraries]
57+
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
58+
androidx-biometric-ktx = { group = "androidx.biometric", name = "biometric-ktx", version.ref = "androidx-biometric-ktx" }
4059
androidx-credentials-registry-provider = { module = "androidx.credentials.registry:registry-provider", version.ref = "androidx-credentials-registry-provider" }
41-
android-junit = { module = "androidx.test.ext:junit", version.ref = "junit-android" }
42-
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
43-
biometric-ktx = { group = "androidx.biometric", name = "biometric-ktx", version.ref = "biometricKtx" }
60+
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
61+
androidx-test-core = { module = "androidx.test:monitor", version.ref = "androidx-test-monitor" }
62+
androidx-test-monitor = { module = "androidx.test:core", version.ref = "androidx-test-core" }
63+
androidx-test-core-ktx = { module = "androidx.test:core-ktx", version.ref = "androidx-test-core" }
64+
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test-rules" }
65+
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test-runner" }
66+
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
67+
androidx-test-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "androidx-test-espresso" }
68+
androidx-test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "androidx-test-espresso" }
69+
play-services-identity-credentials = { module = "com.google.android.gms:play-services-identity-credentials", version.ref = "play-services-identity-credentials" }
4470
bouncy-castle-pkix = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bouncy-castle" }
4571
bouncy-castle-prov = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncy-castle" }
4672
cbor = { module = "co.nstant.in:cbor", version.ref = "cbor" }
4773
cose-java = { module = "com.augustcellars.cose:cose-java", version.ref = "coseJava" }
48-
espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
49-
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
50-
espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso" }
5174
eudi-document-manager = { module = "eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager", version.ref = "eudi-document-manager" }
5275
eudi-iso18013-data-transfer = { module = "eu.europa.ec.eudi:eudi-lib-android-iso18013-data-transfer", version.ref = "eudi-iso18013-data-transfer" }
53-
eudi-lib-jvm-openid4vci-kt = { module = "eu.europa.ec.eudi:eudi-lib-jvm-openid4vci-kt", version.ref = "eudi-lib-jvm-openid4vci-kt" }
54-
eudi-lib-jvm-siop-openid4vp-kt = { module = "eu.europa.ec.eudi:eudi-lib-jvm-siop-openid4vp-kt", version.ref = "eudi-lib-jvm-siop-openid4vp-kt" }
55-
eudi-lib-jvm-sdjwt-kt = { module = "eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt", version.ref = "eudi-lib-jvm-sdjwt-kt" }
76+
eudi-lib-jvm-openid4vci-ktx = { module = "eu.europa.ec.eudi:eudi-lib-jvm-openid4vci-kt", version.ref = "eudi-lib-jvm-openid4vci-ktx" }
77+
eudi-lib-jvm-siop-openid4vp-ktx = { module = "eu.europa.ec.eudi:eudi-lib-jvm-siop-openid4vp-kt", version.ref = "eudi-lib-jvm-siop-openid4vp-ktx" }
78+
eudi-lib-jvm-sdjwt-ktx = { module = "eu.europa.ec.eudi:eudi-lib-jvm-sdjwt-kt", version.ref = "eudi-lib-jvm-sdjwt-ktx" }
5679
eudi-lib-kmp-statium = { module = "eu.europa.ec.eudi:eudi-lib-kmp-statium-android", version.ref = "eudi-lib-kmp-statium" }
5780
json = { module = "org.json:json", version.ref = "json" }
5881
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlin-coroutines-test" }
@@ -64,22 +87,11 @@ mockito-android = { module = "org.mockito:mockito-android", version.ref = "mocki
6487
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
6588
multipaz-android = { module = "org.multipaz:multipaz-android", version.ref = "multipaz" }
6689
nimbus-oauth2-oidc-sdk = { module = "com.nimbusds:oauth2-oidc-sdk", version.ref = "nimbus-sdk" }
67-
play-services-identity-credentials = { module = "com.google.android.gms:play-services-identity-credentials", version.ref = "play-services-identity-credentials" }
6890
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
69-
test-core = { module = "androidx.test:core", version.ref = "test-core" }
70-
test-coreKtx = { module = "androidx.test:core-ktx", version.ref = "test-core" }
71-
test-rules = { module = "androidx.test:rules", version.ref = "test-rules" }
72-
test-runner = { module = "androidx.test:runner", version.ref = "test-runner" }
7391
upokecenter-cbor = { module = "com.upokecenter:cbor", version.ref = "upokecenter-cbor" }
92+
dokka-android-documentation-plugin = { module = "org.jetbrains.dokka:android-documentation-plugin", version.ref = "dokka" }
7493

75-
[plugins]
76-
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
77-
dependency-license-report = { id = "com.github.jk1.dependency-license-report", version.ref = "dependency-license-report" }
78-
dependencycheck = { id = "org.owasp.dependencycheck", version.ref = "dependencycheck" }
79-
dokka-html = { id = "org.jetbrains.dokka", version.ref = "dokka" }
80-
dokka-javadoc = { id = "org.jetbrains.dokka-javadoc", version.ref = "dokka" }
81-
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
82-
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
83-
maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "mavenPublish" }
84-
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }
85-
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
94+
[bundles]
95+
androidx-test = [ "androidx-test-rules", "androidx-test-runner" ]
96+
androidx-test-espresso = [ "androidx-test-espresso-contrib", "androidx-test-espresso-core", "androidx-test-espresso-intents" ]
97+
bouncy-castle = [ "bouncy-castle-pkix", "bouncy-castle-prov" ]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#Thu Sep 12 17:12:58 EEST 2024
1818
distributionBase=GRADLE_USER_HOME
19-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
19+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
2020
distributionPath=wrapper/dists
2121
zipStorePath=wrapper/dists
2222
zipStoreBase=GRADLE_USER_HOME

licenses.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
# EUDI Wallet Core library for Android
33
## Dependency License Report
4-
_2025-11-03 10:54:29 EET_
4+
_2026-01-29 11:41:42 CET_
55
## Android Software Development Kit License
66

7-
**1** **Group:** `com.google.android.gms` **Name:** `play-services-identity-credentials` **Version:** `16.0.0-alpha05`
7+
**1** **Group:** `com.google.android.gms` **Name:** `play-services-identity-credentials` **Version:** `16.0.0-alpha10`
88
> - **POM License**: Android Software Development Kit License - [https://developer.android.com/studio/terms.html](https://developer.android.com/studio/terms.html)
99
1010
## Apache License, Version 2.0
@@ -13,65 +13,61 @@ _2025-11-03 10:54:29 EET_
1313
> - **POM Project URL**: [https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.1](https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.1)
1414
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
1515
16-
**3** **Group:** `androidx.credentials.registry` **Name:** `registry-provider` **Version:** `1.0.0-alpha01`
17-
> - **POM Project URL**: [https://developer.android.com/jetpack/androidx/releases/credentials-registry#1.0.0-alpha01](https://developer.android.com/jetpack/androidx/releases/credentials-registry#1.0.0-alpha01)
16+
**3** **Group:** `androidx.credentials.registry` **Name:** `registry-provider` **Version:** `1.0.0-alpha04`
17+
> - **POM Project URL**: [https://developer.android.com/jetpack/androidx/releases/credentials-registry#1.0.0-alpha04](https://developer.android.com/jetpack/androidx/releases/credentials-registry#1.0.0-alpha04)
1818
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
1919
2020
**4** **Group:** `co.nstant.in` **Name:** `cbor` **Version:** `0.9`
2121
> - **POM Project URL**: [https://github.com/c-rack/cbor-java](https://github.com/c-rack/cbor-java)
2222
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
2323
24-
**5** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.20.1`
24+
**5** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.31.1`
2525
> - **Project URL**: [https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions)
2626
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
2727
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
2828
29-
**6** **Group:** `io.ktor` **Name:** `ktor-client-android` **Version:** `3.3.0`
29+
**6** **Group:** `io.ktor` **Name:** `ktor-client-logging` **Version:** `3.4.0`
3030
> - **POM Project URL**: [https://github.com/ktorio/ktor](https://github.com/ktorio/ktor)
3131
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3232
33-
**7** **Group:** `io.ktor` **Name:** `ktor-client-logging` **Version:** `3.3.0`
33+
**7** **Group:** `io.ktor` **Name:** `ktor-client-android` **Version:** `3.4.0`
3434
> - **POM Project URL**: [https://github.com/ktorio/ktor](https://github.com/ktorio/ktor)
3535
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
3636
37-
**8** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-parcelize-runtime` **Version:** `2.2.0`
37+
**8** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `2.3.0`
3838
> - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/)
3939
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
4040
41-
**9** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `2.2.10`
42-
> - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/)
43-
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
44-
45-
**10** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-io-bytestring` **Version:** `0.8.0`
41+
**9** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-io-core` **Version:** `0.8.2`
4642
> - **POM Project URL**: [https://github.com/Kotlin/kotlinx-io](https://github.com/Kotlin/kotlinx-io)
4743
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
4844
49-
**11** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-io-core` **Version:** `0.8.0`
45+
**10** **Group:** `org.jetbrains.kotlinx` **Name:** `kotlinx-io-bytestring` **Version:** `0.8.2`
5046
> - **POM Project URL**: [https://github.com/Kotlin/kotlinx-io](https://github.com/Kotlin/kotlinx-io)
5147
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
5248
53-
**12** **Group:** `org.multipaz` **Name:** `multipaz-android` **Version:** `0.94.0`
49+
**11** **Group:** `org.multipaz` **Name:** `multipaz-android` **Version:** `0.95.0`
5450
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
5551
5652
## BSD3
5753

58-
**13** **Group:** `com.augustcellars.cose` **Name:** `cose-java` **Version:** `1.1.0`
54+
**12** **Group:** `com.augustcellars.cose` **Name:** `cose-java` **Version:** `1.1.0`
5955
> - **POM Project URL**: [https://github.com/cose-wg/cose-java](https://github.com/cose-wg/cose-java)
6056
> - **POM License**: BSD3 - [https://github.com/jimsch/COSE-JAVA/blob/master/LICENSE](https://github.com/jimsch/COSE-JAVA/blob/master/LICENSE)
6157
6258
## Bouncy Castle Licence
6359

64-
**14** **Group:** `org.bouncycastle` **Name:** `bcpkix-jdk18on` **Version:** `1.78.1`
65-
> - **POM Project URL**: [https://www.bouncycastle.org/java.html](https://www.bouncycastle.org/java.html)
60+
**13** **Group:** `org.bouncycastle` **Name:** `bcpkix-jdk18on` **Version:** `1.83`
61+
> - **POM Project URL**: [https://www.bouncycastle.org/download/bouncy-castle-java/](https://www.bouncycastle.org/download/bouncy-castle-java/)
6662
> - **POM License**: Bouncy Castle Licence - [https://www.bouncycastle.org/licence.html](https://www.bouncycastle.org/licence.html)
6763
68-
**15** **Group:** `org.bouncycastle` **Name:** `bcprov-jdk18on` **Version:** `1.78.1`
69-
> - **POM Project URL**: [https://www.bouncycastle.org/java.html](https://www.bouncycastle.org/java.html)
64+
**14** **Group:** `org.bouncycastle` **Name:** `bcprov-jdk18on` **Version:** `1.83`
65+
> - **POM Project URL**: [https://www.bouncycastle.org/download/bouncy-castle-java/](https://www.bouncycastle.org/download/bouncy-castle-java/)
7066
> - **POM License**: Bouncy Castle Licence - [https://www.bouncycastle.org/licence.html](https://www.bouncycastle.org/licence.html)
7167
7268
## Unlicense
7369

74-
**16** **Group:** `com.upokecenter` **Name:** `cbor` **Version:** `4.5.6`
70+
**15** **Group:** `com.upokecenter` **Name:** `cbor` **Version:** `4.5.6`
7571
> - **POM Project URL**: [https://github.com/peteroupc/CBOR-Java](https://github.com/peteroupc/CBOR-Java)
7672
> - **POM License**: Unlicense - [https://unlicense.org/](https://unlicense.org/)
7773

settings.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ pluginManagement {
2323
includeGroupByRegex("androidx.*")
2424
}
2525
}
26-
mavenCentral()
2726
gradlePluginPortal()
27+
mavenCentral()
2828
}
2929
}
3030

31+
plugins {
32+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
33+
}
34+
3135
@Suppress("UnstableApiUsage")
3236
dependencyResolutionManagement {
3337
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)

0 commit comments

Comments
 (0)