Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Changing jvmTarget to 1.7
  • Loading branch information
markotron authored Aug 21, 2018
1 parent 1be4b6b commit 9d8e1dd
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 @@ -36,11 +36,11 @@ dependencies {
}
compileKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "1.7"
}
}
compileTestKotlin {
kotlinOptions {
jvmTarget = "1.8"
jvmTarget = "1.7"
}
}

0 comments on commit 9d8e1dd

Please sign in to comment.