aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorThibault Gagnaux <tgagnaux@gmail.com>2022-02-25 10:10:01 +0100
committerThibault Gagnaux <tgagnaux@gmail.com>2022-02-25 10:10:01 +0100
commit4ea98e2199fcabbb585c4eb9187b3f00d7197d39 (patch)
tree05345a77152410d3d8354e209108e7fd125080f6 /gradle.properties
parent5dda097196baa60fc45bb4f300439d791ccb1130 (diff)
downloadfrege-gradle-plugin-4ea98e2199fcabbb585c4eb9187b3f00d7197d39.tar.gz
frege-gradle-plugin-4ea98e2199fcabbb585c4eb9187b3f00d7197d39.tar.bz2
frege-gradle-plugin-4ea98e2199fcabbb585c4eb9187b3f00d7197d39.zip
fix: runFrege and replFrege task compile only the specified module and
its dependencies
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 497909e..829132c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
group = ch.fhnw.thga
-version = 1.7.0-alpha \ No newline at end of file
+version = 1.7.1-alpha \ No newline at end of file