Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 60c2771

Browse files
authored
Merge pull request #166 from OneSignal/fix/groovy_jvm_compile_version
Set jvm version for compileGroovy
2 parents 989a6c9 + 71c09e2 commit 60c2771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ compileJava {
2929
targetCompatibility = '1.8'
3030
}
3131

32+
compileGroovy {
33+
sourceCompatibility = '1.8'
34+
targetCompatibility = '1.8'
35+
}
36+
3237
dependencies {
3338
implementation gradleApi()
3439
implementation localGroovy()

0 commit comments

Comments
 (0)