Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Sep 7, 2021
1 parent daefa22 commit 962f37a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class JavaSupport(private val common: CommonExtension) {
private val logger = common.project.logger

val version = common.obj.string {
convention("11")
convention(VERSION_DEFAULT)
common.prop.string("javaSupport.version")?.let { set(it) }
}

Expand Down Expand Up @@ -89,5 +89,7 @@ class JavaSupport(private val common: CommonExtension) {

companion object {
const val TOOLCHAINS_EXTENSION = "aemJavaToolchains"

const val VERSION_DEFAULT = "11"
}
}

0 comments on commit 962f37a

Please sign in to comment.