Skip to content

Commit

Permalink
Merge branch 'main' into negx
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored May 28, 2024
2 parents c440961 + fcf28fe commit 390d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ if (cmakeBuildDir != null) {
// Overwrite jar location
task allJar(type: Jar) {
manifest {
attributes('Automatic-Module-Name': project.group,
attributes('Automatic-Module-Name': "com.microsoft.onnxruntime.extensions",
'Implementation-Title': 'onnxruntime-extensions',
'Implementation-Version': project.version)
}
Expand Down

0 comments on commit 390d053

Please sign in to comment.