Skip to content

Commit d208d1d

Browse files
authored
Update publishing.gradle
1 parent 20df0d1 commit d208d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/publishing.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jar {
4141
'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + System.properties['java.vm.version'] + ")",
4242
'Build-Date': project.buildDate,
4343
'Build-Time': project.buildTime,
44-
'Build-Revision': versioning.info.commit,
44+
// 'Build-Revision': versioning.info.commit,
4545
'Specification-Title': project.name,
4646
'Specification-Version': project.version,
4747
'Implementation-Title': project.name,
@@ -119,4 +119,4 @@ bintray {
119119
vcsTag = 'v' + publishing.versionId
120120
}
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)