Skip to content

Commit

Permalink
Correct typo apache#13148
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Mar 1, 2024
1 parent 08325ac commit 3ce9ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/java/core-mrjar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}") {
Expand Down

0 comments on commit 3ce9ba9

Please sign in to comment.