We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c606a4a commit 1d02f02Copy full SHA for 1d02f02
build.gradle
@@ -13,8 +13,6 @@ buildscript {
13
version "2.0.3"
14
group "org.grails.plugins"
15
16
-sourceCompatibility = 1.8
17
-
18
apply plugin: 'idea'
19
apply plugin:"org.grails.grails-plugin"
20
apply plugin:"org.grails.grails-plugin-publish"
@@ -23,6 +21,8 @@ apply plugin:"asset-pipeline"
23
21
apply plugin: "com.gorylenko.gradle-git-properties"
24
22
apply plugin: 'maven-publish'
25
+sourceCompatibility = 1.8
+
26
ext {
27
grailsVersion = project.grailsVersion
28
gradleWrapperVersion = project.gradleWrapperVersion
0 commit comments