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 14
14
fail-fast : false
15
15
matrix :
16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
- java : [8, 11, 14 ]
17
+ java : [8, 11, 15 ]
18
18
needs : validation
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
Original file line number Diff line number Diff line change 1
1
# GraphQL and Graph* i* QL Spring Framework Boot Starters
2
2
[ ![ 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 )
3
4
[ ![ 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 )
4
5
[ ![ Chat on Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/graphql-java-kickstart/Lobby )
5
6
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ TARGET_COMPATIBILITY = 1.8
40
40
# ## Dependencies
41
41
42
42
LIB_GRAPHQL_JAVA_VER = 14.1
43
- LIB_SPRING_BOOT_VER = 2.3.1 .RELEASE
43
+ LIB_SPRING_BOOT_VER = 2.3.4 .RELEASE
44
44
LIB_GRAPHQL_SERVLET_VER = 9.2.0
45
45
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.1.0
46
46
LIB_GRAPHQL_ANNOTATIONS_VER = 8.1
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 82
82
83
83
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
84
84
85
+
85
86
# Determine the Java command to use to start the JVM.
86
87
if [ -n " $JAVA_HOME " ] ; then
87
88
if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129
130
if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130
131
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131
132
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133
+
132
134
JAVACMD=` cygpath --unix " $JAVACMD " `
133
135
134
136
# 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=%*
84
84
85
85
set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
86
86
87
+
87
88
@ rem Execute Gradle
88
89
" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
89
90
You can’t perform that action at this time.
0 commit comments