From a9d053c25d47acce7d894b51892a42ad3a4fa6bc Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Sun, 21 Nov 2021 17:43:36 +0100 Subject: 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. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') 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 -- cgit