Skip to content

Commit

Permalink
configure compiled byte code to be java8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Zhdanov committed Oct 29, 2023
1 parent db180ab commit bda05b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ plugins {
group = "tech.harmonysoft"
version = "1.10.0"

kotlin {
jvmToolchain(8)
}

gradlePlugin {
website = "https://gradle-dist.oss.harmonysoft.tech/"
vcsUrl = "https://github.com/denis-zhdanov/custom-gradle-dist-gradle-plugin"
Expand Down

0 comments on commit bda05b8

Please sign in to comment.