Skip to content

Commit

Permalink
Declare an Java9 JPMS Automatic-Module-Name for netty (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed May 6, 2019
1 parent d364742 commit 61f64ff
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 @@ -258,7 +258,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.netty")
}
}

Expand Down

0 comments on commit 61f64ff

Please sign in to comment.