Skip to content
Snippets Groups Projects
Commit 393d870e authored by René Schöne's avatar René Schöne
Browse files

Use different filename (avoid clash with JastAdd itself)

parent a9f503f3
Branches
No related tags found
1 merge request!7Resolve "Create script to include commit in version string"
Pipeline #5098 passed
...@@ -110,12 +110,12 @@ jastadd { ...@@ -110,12 +110,12 @@ jastadd {
jastaddOptions = ["--lineColumnNumbers", "--safeLazy", "--visitCheck=true", "--rewrite=cnta", "--cache=all"] jastaddOptions = ["--lineColumnNumbers", "--safeLazy", "--visitCheck=true", "--rewrite=cnta", "--cache=all"]
} }
def versionFile = 'src/main/resources/Version.properties' def versionFile = 'src/main/resources/RelASTVersion.properties'
task updateVersion { task updateVersion {
/* version string handling adapted from https://bitbucket.org/extendj/extendj/src/master/build.gradle /* version string handling adapted from https://bitbucket.org/extendj/extendj/src/master/build.gradle
written by Jesper Öqvist <jesper.oqvist@cs.lth.se> */ written by Jesper Öqvist <jesper.oqvist@cs.lth.se> */
group 'build' group 'build'
description 'Updates the version file Version.properties' description 'Updates the version file for RelAST'
doLast { doLast {
def oldProps = new Properties() def oldProps = new Properties()
......
Version.properties RelASTVersion.properties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment