Skip to content

Commit d215821

Browse files
Added missing maven-publish plugin.
Signed-off-by: Johannes Tegnér <johannes@jitesoft.com>
1 parent 9b9abfa commit d215821

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id 'maven-publish'
23
id 'java'
34
id 'java-library'
45
}
@@ -17,6 +18,13 @@ dependencies {
1718
implementation 'dev.personnummer:personnummer:3.3.3'
1819
}
1920

21+
jar {
22+
manifest {
23+
attributes('Implementation-Title': project.name,
24+
'Implementation-Version': project.version)
25+
}
26+
}
27+
2028
java {
2129
withJavadocJar()
2230
withSourcesJar()

0 commit comments

Comments
 (0)