Skip to content

Commit

Permalink
Downgraded target JDK to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo committed Apr 24, 2023
1 parent d421e7e commit 2033cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ plugins {
group = "io.github.gmazzo.test.aggregation"
description = "Test Aggregation Plugin for Android"

java.toolchain.languageVersion.set(JavaLanguageVersion.of(11))

gitVersioning.apply {
refs {
branch(".+") {
Expand Down

0 comments on commit 2033cea

Please sign in to comment.