This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
examples/spring-boot-hibernate5 Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 strategy :
2020 matrix :
21- java : ['8', ' 11', '14']
21+ java : ['11', '14']
2222 env :
2323 WORKSPACE : ${{ github.workspace }}
2424 GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- java : ['8 ']
10+ java : ['11 ']
1111 env :
1212 GIT_USER_NAME : puneetbehl
1313
Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ subprojects { Project subproject ->
213213 apply plugin : ' signing'
214214 apply plugin : " org.gradle.test-retry"
215215
216- sourceCompatibility = " 1.8 "
217- targetCompatibility = " 1.8 "
216+ sourceCompatibility = " 1.11 "
217+ targetCompatibility = " 1.11 "
218218
219219 dependencies {
220220 documentation " org.fusesource.jansi:jansi:$jansiVersion "
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ buildscript {
1111apply plugin : ' java'
1212apply plugin : ' org.springframework.boot'
1313apply plugin :" groovy"
14- sourceCompatibility = 1.8
15- targetCompatibility = 1.8
14+ sourceCompatibility = 1.11
15+ targetCompatibility = 1.11
1616
1717group ' examples'
1818
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ assetPipelineVersion=3.3.4
22chromeDriverVersion =2.44
33gebVersion =2.3
44geckodriverVersion =0.23.0
5- gormVersion =7.3.2
6- grailsGradlePluginVersion =5.1.4
5+ gormVersion =8.0.0-M1
6+ grailsGradlePluginVersion =6.0.0-SNAPSHOT
77groovyVersion =3.0.11
88h2Version =1.4.200
99hibernate5Version =5.6.11.Final
@@ -13,11 +13,11 @@ jansiVersion=2.4.0
1313javaParserCoreVersion =3.23.0
1414jaxbVersion =2.3.1
1515junitJupiterVersion =5.9.1
16- micronautVersion =3.2.0
17- micronautSpringVersion =4.0 .1
16+ micronautVersion =3.8.8
17+ micronautSpringVersion =4.5 .1
1818picocliVersion =4.6.3
1919projectVersion =7.3.1-SNAPSHOT
20- pluginGrailsVersion =5.1.8
20+ pluginGrailsVersion =6.0.0-M2
2121seleniumSafariDriverVersion =3.14.0
2222seleniumVersion =3.14.0
2323servletApiVersion =4.0.1
@@ -32,7 +32,7 @@ webdriverBinariesVersion=1.4
3232
3333# Following are used only for example projects
3434fieldsVersion =3.0.0.RC1
35- grailsVersion =5.1.8
35+ grailsVersion =6.0.0-SNAPSHOT
3636micrometer.version =1.8.0
3737scaffoldingVersion =4.1.0
3838testingSupportVersion =2.6.1
You can’t perform that action at this time.
0 commit comments