We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08325ac commit 3ce9ba9Copy full SHA for 3ce9ba9
gradle/java/core-mrjar.gradle
@@ -48,7 +48,7 @@ configure(project(":lucene:core")) {
48
tasks.named('jar').configure {
49
boolean needMRJAR = false;
50
mrjarJavaVersions.each { jdkVersion ->
51
- // the sourceSet which corresponds to the mininum/base Java version
+ // the sourceSet which corresponds to the minimum/base Java version
52
// will copy its output to root of JAR, all other sourceSets will go into MR-JAR folders:
53
boolean isBaseVersion = (jdkVersion.toString() == rootProject.minJavaVersion.toString())
54
into(isBaseVersion ? '' : "META-INF/versions/${jdkVersion}") {
0 commit comments