We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04276e4 commit e262122Copy full SHA for e262122
metafacture-runner/build.gradle
@@ -88,12 +88,10 @@ jar {
88
'Implementation-Version': version,
89
'Main-Class': 'org.metafacture.runner.Flux',
90
'Class-Path':
91
- configurations.runtimeClasspath.files.collect { it.name }.join(' '),
92
- 'git-commit': grgit.head().id)
+ configurations.runtimeClasspath.files.collect { it.name }.join(' '))
93
}
94
filesMatching('build.properties', {
95
filter(ReplaceTokens, tokens: [
96
- buildNumber: grgit.head().id,
97
version: project.version,
98
timestamp: new Date().getTime().toString(),
99
userName: System.properties['user.name']
metafacture-runner/src/main/resources/build.properties
@@ -1,4 +1,3 @@
1
-git-commit = @buildNumber@
2
version = @version@
3
timestamp = @timestamp@
4
builtby = @userName@
0 commit comments