This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-3
lines changed Expand file tree Collapse file tree 7 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 os : [ubuntu-latest, macos-latest, windows-latest]
17- java : [8, 11, 14 ]
17+ java : [8, 11, 15 ]
1818 needs : validation
1919 runs-on : ${{ matrix.os }}
2020 steps :
Original file line number Diff line number Diff line change 11# GraphQL and Graph* i* QL Spring Framework Boot Starters
22[ ![ Build Status] ( https://travis-ci.org/graphql-java-kickstart/graphql-spring-boot.svg?branch=master )] ( https://travis-ci.org/graphql-java-kickstart/graphql-spring-boot )
3+ [ ![ GitHub CI Workflow] ( https://github.com/graphql-java-kickstart/graphql-spring-boot/workflows/CI/badge.svg )] ( https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster )
34[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.graphql-java-kickstart/graphql-spring-boot-starter.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-spring-boot-starter )
45[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java-kickstart/Lobby )
56
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ TARGET_COMPATIBILITY = 1.8
4040# ## Dependencies
4141
4242LIB_GRAPHQL_JAVA_VER = 14.1
43- LIB_SPRING_BOOT_VER = 2.3.1 .RELEASE
43+ LIB_SPRING_BOOT_VER = 2.3.4 .RELEASE
4444LIB_GRAPHQL_SERVLET_VER = 9.2.0
4545LIB_GRAPHQL_JAVA_TOOLS_VER = 6.1.0
4646LIB_GRAPHQL_ANNOTATIONS_VER = 8.1
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.5 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 8282
8383CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
8484
85+
8586# Determine the Java command to use to start the JVM.
8687if [ -n " $JAVA_HOME " ] ; then
8788 if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129130if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130131 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131132 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133+
132134 JAVACMD=` cygpath --unix " $JAVACMD " `
133135
134136 # We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ set CMD_LINE_ARGS=%*
8484
8585set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
8686
87+
8788@ rem Execute Gradle
8889" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
8990
You can’t perform that action at this time.
0 commit comments