Skip to content

Commit b5d676c

Browse files
committed
Plugin compiled with java 7. Trying in bamboo
1 parent 096b8f7 commit b5d676c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:1.5.0'
99
if(!project.hasProperty("pluginCompile")) {
10-
classpath 'com.github.droidpl:grillplugin:1.1.3'
10+
classpath 'com.github.droidpl:grillplugin:1.1.4'
1111
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1313
}

grillplugin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apply plugin : "groovy"
22

33
group = "com.github.droidpl"
4-
version = "1.1.3"
4+
version = "1.1.4"
55

6-
targetCompatibility = JavaVersion.VERSION_1_6
7-
sourceCompatibility = JavaVersion.VERSION_1_6
6+
targetCompatibility = JavaVersion.VERSION_1_7
7+
sourceCompatibility = JavaVersion.VERSION_1_7
88

99
repositories {
1010
maven { url "https://plugins.gradle.org/m2/" }

0 commit comments

Comments
 (0)