Skip to content

Commit 3004006

Browse files
committed
Fix source compatibility
1 parent 9060fce commit 3004006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ subprojects {
127127
apply plugin: 'idea'
128128
apply plugin: 'provided-base'
129129
apply plugin: 'optional-base'
130-
sourceCompatibility = "1.8"
131-
targetCompatibility = "1.8"
130+
sourceCompatibility = "1.7"
131+
targetCompatibility = "1.7"
132132
}
133133

134134
def isGormDatasource = project.name.startsWith("grails-datastore-gorm-") &&

0 commit comments

Comments
 (0)