This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +18
-7
lines changed
example-graphql-subscription
example-request-scoped-dataloader Expand file tree Collapse file tree 8 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ subprojects {
158158 }
159159
160160 artifactory {
161- contextUrl = ' http ://oss.jfrog.org'
161+ contextUrl = ' https ://oss.jfrog.org'
162162 publish {
163163 repository {
164164 if (project. version. endsWith(" -SNAPSHOT" )) {
Original file line number Diff line number Diff line change 1+ apply plugin : " org.springframework.boot"
2+
13dependencies {
24 implementation(project(" :graphql-spring-boot-starter" ))
35 implementation(project(" :graphiql-spring-boot-starter" ))
Original file line number Diff line number Diff line change 1717 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818 */
1919
20+ apply plugin : " org.springframework.boot"
21+
2022dependencies {
2123 implementation(project(" :graphql-spring-boot-starter" ))
2224 implementation(project(" :graphiql-spring-boot-starter" ))
Original file line number Diff line number Diff line change 1+ apply plugin : " org.springframework.boot"
2+
13dependencies {
24 implementation(" org.springframework.boot:spring-boot-starter-web" )
35 implementation(project(" :graphql-spring-boot-starter" ))
Original file line number Diff line number Diff line change @@ -35,3 +35,4 @@ dependencies{
3535jar. enabled = false
3636uploadArchives. enabled = false
3737bintrayUpload. enabled = false
38+ publishToMavenLocal. enabled = false
Original file line number Diff line number Diff line change 1717 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818 */
1919
20+ apply plugin : " org.springframework.boot"
21+
2022dependencies {
21- compile (project(" :graphql-kickstart-spring-boot-starter-webflux" ))
22- compile (project(" :graphql-kickstart-spring-boot-starter-tools" ))
23- compile (project(" :voyager-spring-boot-starter" ))
23+ implementation (project(" :graphql-kickstart-spring-boot-starter-webflux" ))
24+ implementation (project(" :graphql-kickstart-spring-boot-starter-tools" ))
25+ implementation (project(" :voyager-spring-boot-starter" ))
2426
25- compile (" org.springframework.boot:spring-boot-starter-webflux:$LIB_SPRING_BOOT_VER " )
26- compile (" org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER " )
27+ implementation (" org.springframework.boot:spring-boot-starter-webflux:$LIB_SPRING_BOOT_VER " )
28+ implementation (" org.springframework.boot:spring-boot-starter-actuator:$LIB_SPRING_BOOT_VER " )
2729}
2830
2931jar. enabled = false
Original file line number Diff line number Diff line change 1717 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818 */
1919
20+ apply plugin : " org.springframework.boot"
21+
2022dependencies {
2123 implementation(project(" :altair-spring-boot-starter" ))
2224 implementation(project(" :graphql-spring-boot-starter" ))
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.2.2 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments