Skip to content

Commit 854d195

Browse files
author
Grégoire Neuville
committed
Basic JPMS (modules) support through 'Automatic-Module-Name'
1 parent fcff9d1 commit 854d195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ configure(subprojects.findAll { it.name != "props-core" }) {
181181
buildCommand 'org.eclipse.pde.ManifestBuilder'
182182
buildCommand 'org.eclipse.pde.SchemaBuilder'
183183
}
184+
instruction 'Automatic-Module-Name', "functionaljava${project.name == 'core' ? '' : "-$project.name"}"
184185
}
185186

186187
// Output MANIFEST.MF statically so eclipse can see it for plugin development

0 commit comments

Comments
 (0)