Correct typo #13148

This commit is contained in:
Dawid Weiss 2024-03-01 07:12:57 +01:00
parent 08325ac3e8
commit 3ce9ba9fd5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ configure(project(":lucene:core")) {
tasks.named('jar').configure {
boolean needMRJAR = false;
mrjarJavaVersions.each { jdkVersion ->
// the sourceSet which corresponds to the mininum/base Java version
// the sourceSet which corresponds to the minimum/base Java version
// will copy its output to root of JAR, all other sourceSets will go into MR-JAR folders:
boolean isBaseVersion = (jdkVersion.toString() == rootProject.minJavaVersion.toString())
into(isBaseVersion ? '' : "META-INF/versions/${jdkVersion}") {