Skip to content

Commit 3ce9ba9

Browse files
committed
Correct typo apache#13148
1 parent 08325ac commit 3ce9ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/java/core-mrjar.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configure(project(":lucene:core")) {
4848
tasks.named('jar').configure {
4949
boolean needMRJAR = false;
5050
mrjarJavaVersions.each { jdkVersion ->
51-
// the sourceSet which corresponds to the mininum/base Java version
51+
// the sourceSet which corresponds to the minimum/base Java version
5252
// will copy its output to root of JAR, all other sourceSets will go into MR-JAR folders:
5353
boolean isBaseVersion = (jdkVersion.toString() == rootProject.minJavaVersion.toString())
5454
into(isBaseVersion ? '' : "META-INF/versions/${jdkVersion}") {

0 commit comments

Comments
 (0)