diff options
author | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-11-16 16:45:06 +0100 |
---|---|---|
committer | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-11-16 16:45:06 +0100 |
commit | b996814fc3255338d7eae5a58c9b58dbf9229154 (patch) | |
tree | b6080d8b196ea36b94aee2976f3be03d3c937b41 /gradle.properties | |
parent | 69a88ef7125bc4314b1fbb12a382dca07d93e642 (diff) | |
download | frege-gradle-plugin-b996814fc3255338d7eae5a58c9b58dbf9229154.tar.gz frege-gradle-plugin-b996814fc3255338d7eae5a58c9b58dbf9229154.tar.bz2 frege-gradle-plugin-b996814fc3255338d7eae5a58c9b58dbf9229154.zip |
feat: adds `compilerFlags` property to configure the Frege compiler
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 52f90fe..8d4b418 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = ch.fhnw.thga -version = 1.1.0-alpha
\ No newline at end of file +version = 1.2.0-alpha
\ No newline at end of file |