Skip to content

Commit

Permalink
Merge pull request #20 from eusorov/grails6.1-java-11-update
Browse files Browse the repository at this point in the history
Grails 6.1 with java 11 update
  • Loading branch information
codeconsole authored Jan 26, 2024
2 parents 0209f32 + c0b7134 commit 53906df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version=5.0.0-SNAPSHOT
grailsVersion=5.3.5
gorm.version=7.3.4
gormHibernate5Version=7.3.1
grailsGradlePluginVersion=5.3.1
version=6.0.0-SNAPSHOT
grailsVersion=6.1.0
gorm.version=8.0.2
gormHibernate5Version=8.0.1
grailsGradlePluginVersion=6.1.0
groovyVersion=3.0.11
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M

0 comments on commit 53906df

Please sign in to comment.