Commit daed513 1 parent 0ef4640 commit daed513 Copy full SHA for daed513
File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ plugins {
10
10
id ' com.github.hexomod.macro.preprocessor' version ' 0.9'
11
11
id ' me.champeau.jmh' version ' 0.7.0' apply false
12
12
id ' checkstyle'
13
+ id ' org.ajoberstar.grgit' version ' 5.2.2'
13
14
}
14
15
repositories {
15
16
mavenCentral()
@@ -23,7 +24,7 @@ if (buildProfile == 'experimental') {
23
24
}
24
25
25
26
group ' org.joml'
26
- version ' 1.10.7 '
27
+ version ' 1.10.8-SNAPSHOT '
27
28
28
29
configurations {
29
30
buildhelper
@@ -86,6 +87,23 @@ if (buildProfile == 'default') {
86
87
compileJava. finalizedBy(java6to2, moduleInfoGenerator)
87
88
}
88
89
90
+ jar {
91
+ manifest {
92
+ attributes(
93
+ ' Created-By' : ' Gradle' ,
94
+ ' Implementation-Title' : ' JOML' ,
95
+ ' Implementation-Version' : version,
96
+ ' Implementation-Vendor' : ' JOML' ,
97
+ ' Bundle-ManifestVersion' : ' 2' ,
98
+ ' Bundle-Name' : ' JOML' ,
99
+ ' Bundle-SymbolicName' : ' org.joml' ,
100
+ ' Bundle-Version' : version,
101
+ ' Export-Package' : ' org.joml,org.joml.sampling' ,
102
+ ' Implementation-Build' : grgit. head(). id,
103
+ )
104
+ }
105
+ }
106
+
89
107
nexusPublishing {
90
108
repositories {
91
109
sonatype()
You can’t perform that action at this time.
0 commit comments