This repository was archived by the owner on Mar 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +13
-10
lines changed
examples/grails-multi-datastore-app Expand file tree Collapse file tree 6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1919 uses : actions/setup-java@v4
2020 with :
2121 distribution : ' adopt'
22- java-version : ' 8 '
22+ java-version : ' 11 '
2323 - name : Run Build
2424 id : build
2525 uses : gradle/gradle-build-action@v2
3939 uses : actions/setup-java@v4
4040 with :
4141 distribution : ' adopt'
42- java-version : ' 8 '
42+ java-version : ' 11 '
4343 - name : Publish Artifacts (repo.grails.org)
4444 id : publish
4545 uses : gradle/gradle-build-action@v2
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 @@ -19,7 +19,7 @@ repositories {
1919version project. projectVersion
2020
2121ext {
22- commonBuild = ' https://raw.githubusercontent.com/grails/grails-common-build/master '
22+ commonBuild = ' https://raw.githubusercontent.com/grails/grails-common-build/v2.0.1 '
2323}
2424
2525subprojects {
@@ -69,6 +69,9 @@ subprojects {
6969 apply plugin : ' idea'
7070 apply plugin : ' java-library'
7171 apply plugin : " org.grails.grails-plugin"
72+
73+ sourceCompatibility = 1.11
74+ targetCompatibility = 1.11
7275 } else {
7376 apply from : " ${ commonBuild} /common-project.gradle"
7477 }
@@ -82,4 +85,4 @@ subprojects {
8285 }
8386}
8487
85- apply from : " ${ commonBuild} /common-publishing.gradle"
88+ apply from : " ${ commonBuild} /common-publishing.gradle"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repositories {
55dependencies {
66 implementation " org.springframework.boot:spring-boot-starter-logging"
77 implementation " org.springframework.boot:spring-boot-autoconfigure"
8- implementation " org.grails:grails-core:5.3.2 "
8+ implementation " org.grails:grails-core"
99 implementation " org.springframework.boot:spring-boot-starter-actuator"
1010 implementation " org.springframework.boot:spring-boot-starter-tomcat"
1111 implementation " org.grails:grails-plugin-url-mappings"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ developers=James Kleeh
99gormVersion =7.3.4
1010gormHibernateVersion =7.3.1
1111gormMongoDbVersion =7.0.0.RELEASE
12- grailsVersion =5.3.3
13- grailsGradlePluginVersion =5.3 .0
12+ grailsVersion =6.1.0
13+ grailsGradlePluginVersion =6.1 .0
1414grailsDocsVersion =3.3.2
1515groovyVersion =3.0.11
1616junitJupiterVersion =5.9.3
@@ -25,7 +25,7 @@ viewsJsonVersion=2.3.2
2525servletApiVersion =4.0.1
2626cglibNodepVersion =3.2.9
2727objenesisVersion =3.3
28- jansiVersion =1.18
28+ jansiVersion =2.4.1
2929hibernateEcacheVersion =5.6.7.Final
3030hibernateCoreVersion =5.6.11.Final
3131org.gradle.daemon =true
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.9.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.3 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments