Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit c22bfd4

Browse files
author
kcr
committed
Merge
2 parents 4df5a2d + a7ba860 commit c22bfd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4463,6 +4463,11 @@ compileTargets { t ->
44634463
def modularEmptyPublicationJarTask = project.task("moduleEmptyPublicationJar${t.capital}", type: Jar) {
44644464
destinationDir = file("${dstModularJarDir}")
44654465
archiveName = modularEmptyPublicationJarName
4466+
manifest {
4467+
attributes(
4468+
'Automatic-Module-Name':"${moduleName}Empty"
4469+
)
4470+
}
44664471
}
44674472

44684473
def modularPublicationJarName = "${moduleName}-${t.name}.jar"

0 commit comments

Comments
 (0)