Skip to content
Snippets Groups Projects
Commit 2b65271f authored by Michal Petrovič's avatar Michal Petrovič
Browse files

Update build.gradle

parent e4040a7f
Branches
No related merge requests found
Pipeline #178493 passed with stages
in 5 minutes and 35 seconds
......@@ -24,11 +24,12 @@ repositories {
group = 'cz.dnaAnalyser'
version = '0.0.1-SNAPSHOT'
processResources {
include '**'
filter ReplaceTokens, tokens: [
'gitVersion': '3.7.1 CpG Islands',
'gitVersion': version,
'assemblyDate': Long.toString(System.currentTimeMillis())
]
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment