Skip to content

Commit 497adf0

Browse files
committed
Build GraphQL on the fly after all
1 parent a0c0f49 commit 497adf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql-java-servlet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jar {
1414
}
1515

1616
dependencies {
17-
implementation(project(':graphql-java-kickstart'))
17+
api(project(':graphql-java-kickstart'))
1818

1919
// Useful utilities
2020
compile 'com.google.guava:guava:24.1.1-jre'

0 commit comments

Comments
 (0)