Skip to content

Commit 4684bd4

Browse files
committed
Fix formatting
1 parent 298db46 commit 4684bd4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.java-library-conventions.gradle.kts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,17 @@ val compileModule by tasks.registering(JavaCompile::class) {
203203
}
204204

205205
tasks.withType<Jar>().configureEach {
206-
from(rootDir) {
207-
include("LICENSE.md")
208-
into("META-INF")
209-
}
210-
from(rootDir) {
211-
include("NOTICE.md")
212-
rename {
213-
"LICENSE-notice.md"
214-
}
215-
into("META-INF")
216-
}
206+
from(rootDir) {
207+
include("LICENSE.md")
208+
into("META-INF")
209+
}
210+
from(rootDir) {
211+
include("NOTICE.md")
212+
rename {
213+
"LICENSE-notice.md"
214+
}
215+
into("META-INF")
216+
}
217217
val suffix = archiveClassifier.getOrElse("")
218218
if (suffix.isBlank() || this is ShadowJar) {
219219
dependsOn(allMainClasses, compileModule)

0 commit comments

Comments
 (0)