Skip to content

Commit e262122

Browse files
committed
Remove git commit info from metafacture-runner
1 parent 04276e4 commit e262122

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

metafacture-runner/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,10 @@ jar {
8888
'Implementation-Version': version,
8989
'Main-Class': 'org.metafacture.runner.Flux',
9090
'Class-Path':
91-
configurations.runtimeClasspath.files.collect { it.name }.join(' '),
92-
'git-commit': grgit.head().id)
91+
configurations.runtimeClasspath.files.collect { it.name }.join(' '))
9392
}
9493
filesMatching('build.properties', {
9594
filter(ReplaceTokens, tokens: [
96-
buildNumber: grgit.head().id,
9795
version: project.version,
9896
timestamp: new Date().getTime().toString(),
9997
userName: System.properties['user.name']
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
git-commit = @buildNumber@
21
version = @version@
32
timestamp = @timestamp@
43
builtby = @userName@

0 commit comments

Comments
 (0)