Skip to content

Commit

Permalink
do not impose jdk 11 for conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Sep 22, 2023
1 parent df31199 commit cc82ce9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions conventions-vclib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ private val versions = Properties().apply {
kotlin.runCatching { load(FileInputStream(rootProject.file("gradle-conventions-plugin/src/main/resources/versions.properties"))) }
}

val jvmTarget = versions["jvmTarget"] as String

idea {
project {
jdkName = jvmTarget
}
}

dependencies {
api("at.asitplus.gradle:conventions")
}
Expand Down

0 comments on commit cc82ce9

Please sign in to comment.