Skip to content

Commit

Permalink
Declare an Java9 JPMS Automatic-Module-Name for pool
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed May 6, 2019
1 parent eb57a2e commit 1b3bd1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ configure(rootProject) { project ->
instruction 'Import-Package', bundleImportPackages.join(',')
attributes("Created-By": "${System.getProperty("java.version")} (${System.getProperty("java.specification.vendor")})",
"Implementation-Title": project.name,
"Implementation-Version": project.version)
"Implementation-Version": project.version,
"Automatic-Module-Name": "reactor.pool")
}
}

Expand Down

0 comments on commit 1b3bd1c

Please sign in to comment.