From fd2fee1260a494ea24887eb1512c27938e8fa230 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Wed, 24 Nov 2021 08:00:01 +0100 Subject: refactor: allows to configure the classpath with the groovy dependency notation e.g: ```groovy dependencies { implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT' } ``` --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 1c8b1e3..80dd1bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = ch.fhnw.thga -version = 1.3.1-alpha \ No newline at end of file +version = 1.3.2-alpha \ No newline at end of file -- cgit