Skip to content

Commit 14706d2

Browse files
committed
Include Automatic-Module-Name and Implementation information in manifest
1 parent 6eee4f8 commit 14706d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ repositories {
1111
mavenCentral()
1212
}
1313

14+
jar {
15+
manifest {
16+
attributes(
17+
'Implementation-Title': project.name,
18+
'Implementation-Version': project.version,
19+
'Automatic-Module-Name': 'org.firebirdsql.decimal'
20+
)
21+
}
22+
}
23+
1424
sourceSets {
1525
tools {
1626
java {

0 commit comments

Comments
 (0)