Skip to content

Commit b439133

Browse files
committed
Update builds to api instead of implementation
1 parent d3d827c commit b439133

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repositories {
4040
}
4141

4242
dependencies {
43-
implementation 'org.jspecify:jspecify:1.0.0'
43+
api 'org.jspecify:jspecify:1.0.0'
4444

4545
testImplementation 'org.bouncycastle:bcprov-lts8on:2.73.10'
4646
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'

fips/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ repositories {
4444

4545
dependencies {
4646
api 'io.nats.nkeys:' + coreName + ':3.0.3'
47-
48-
implementation 'org.bouncycastle:bc-fips:2.1.2'
49-
implementation 'org.jspecify:jspecify:1.0.0'
47+
api 'org.bouncycastle:bc-fips:2.1.2'
48+
api 'org.jspecify:jspecify:1.0.0'
5049

5150
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
5251

lts/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ repositories {
4444

4545
dependencies {
4646
api 'io.nats.nkeys:' + coreName + ':3.0.3'
47-
48-
implementation 'org.bouncycastle:bcprov-lts8on:2.73.10'
49-
implementation 'org.jspecify:jspecify:1.0.0'
47+
api 'org.bouncycastle:bcprov-lts8on:2.73.10'
48+
api 'org.jspecify:jspecify:1.0.0'
5049

5150
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
5251

regular/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ repositories {
4444

4545
dependencies {
4646
api 'io.nats.nkeys:' + coreName + ':3.0.3'
47-
48-
implementation 'org.bouncycastle:bcprov-jdk18on:1.83'
49-
implementation 'org.jspecify:jspecify:1.0.0'
47+
api 'org.bouncycastle:bcprov-jdk18on:1.83'
48+
api 'org.jspecify:jspecify:1.0.0'
5049

5150
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
5251

0 commit comments

Comments
 (0)