aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorThibault Gagnaux <tgagnaux@gmail.com>2021-11-21 17:43:36 +0100
committerThibault Gagnaux <tgagnaux@gmail.com>2021-11-21 17:43:36 +0100
commita9d053c25d47acce7d894b51892a42ad3a4fa6bc (patch)
tree487f3f9e4b4abcddb6b6aa479af1f2f587b696f5 /gradle.properties
parenta5fe1b45ac72096b352b406f99a8099ccbeff53e (diff)
downloadfrege-gradle-plugin-a9d053c25d47acce7d894b51892a42ad3a4fa6bc.tar.gz
frege-gradle-plugin-a9d053c25d47acce7d894b51892a42ad3a4fa6bc.tar.bz2
frege-gradle-plugin-a9d053c25d47acce7d894b51892a42ad3a4fa6bc.zip
fix: adds dependent frege files test cases
If a Frege module A depends on Frege module B, then you need to compile with the `-make` flag so that the compiler resolves the dependencies and compiles the module B before the module A.
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 ebaac6f..1c8b1e3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
group = ch.fhnw.thga
-version = 1.3.0-alpha \ No newline at end of file
+version = 1.3.1-alpha \ No newline at end of file