Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 64b6cb2

Browse files
committed
Include webflux dependencies as api instead of implementation fix #393
1 parent 674d3f5 commit 64b6cb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ subprojects {
3636
group "$PROJECT_GROUP"
3737

3838
repositories {
39-
mavenLocal()
39+
// mavenLocal()
4040
mavenCentral()
4141
jcenter()
4242
maven { url "https://dl.bintray.com/graphql-java-kickstart/releases" }

graphql-kickstart-spring-boot-autoconfigure-webflux/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
implementation(project(':graphql-kickstart-spring-webflux'))
2+
api(project(':graphql-kickstart-spring-webflux'))
33
compileOnly(project(":graphql-kickstart-spring-boot-starter-tools"))
44

55
implementation "org.springframework.boot:spring-boot-autoconfigure"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation(project(':graphql-kickstart-spring-boot-autoconfigure-webflux'))
2+
api(project(':graphql-kickstart-spring-boot-autoconfigure-webflux'))
33
}

0 commit comments

Comments
 (0)