Skip to content

Commit

Permalink
Move sourceCompatibility in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Sep 15, 2023
1 parent c606a4a commit 1d02f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ buildscript {
version "2.0.3"
group "org.grails.plugins"

sourceCompatibility = 1.8

apply plugin: 'idea'
apply plugin:"org.grails.grails-plugin"
apply plugin:"org.grails.grails-plugin-publish"
Expand All @@ -23,6 +21,8 @@ apply plugin:"asset-pipeline"
apply plugin: "com.gorylenko.gradle-git-properties"
apply plugin: 'maven-publish'

sourceCompatibility = 1.8

ext {
grailsVersion = project.grailsVersion
gradleWrapperVersion = project.gradleWrapperVersion
Expand Down

0 comments on commit 1d02f02

Please sign in to comment.