Skip to content

Commit

Permalink
Merge branch '9.0.x' into jamesfredley/9.0.x-changes
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
jamesfredley committed Aug 17, 2024
2 parents c53c008 + b153bf0 commit 4c03d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ subprojects {
apply plugin: 'idea'
apply plugin: 'java-library'

sourceCompatibility = 1.11
targetCompatibility = 1.11
sourceCompatibility = 1.17
targetCompatibility = 1.17
}

def isGormDatasource = project.name.startsWith("grails-datastore-gorm-") &&
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title=Grails GORM
projectDesc=GORM - Grails Data Access Framework
projectUrl=https://gorm.grails.org/
projectVersion=8.1.3-SNAPSHOT
projectVersion=9.0.0-SNAPSHOT
githubSlug=grails/grails-data-mapping
developers=Graeme Rocher,Jeff Brown,Burt Beckwith,James Kleeh,Puneet Behl
hibernateValidatorVersion=6.2.5.Final
Expand Down

0 comments on commit 4c03d83

Please sign in to comment.