aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorThibault Gagnaux <tgagnaux@gmail.com>2021-11-24 08:00:01 +0100
committerThibault Gagnaux <tgagnaux@gmail.com>2021-11-24 08:00:01 +0100
commitfd2fee1260a494ea24887eb1512c27938e8fa230 (patch)
tree06022a059a1966d3b202fcf56995256eb8417408 /gradle.properties
parent7d98c27eaebb17d18ddb7fff1c2930db6f149521 (diff)
downloadfrege-gradle-plugin-fd2fee1260a494ea24887eb1512c27938e8fa230.tar.gz
frege-gradle-plugin-fd2fee1260a494ea24887eb1512c27938e8fa230.tar.bz2
frege-gradle-plugin-fd2fee1260a494ea24887eb1512c27938e8fa230.zip
refactor: allows to configure the classpath with the groovy dependency notation
e.g: ```groovy dependencies { implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT' } ```
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 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