diff options
| author | tricktron <tgagnaux@gmail.com> | 2022-02-25 10:19:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-25 10:19:16 +0100 |
| commit | d852eb27823a53abb97366bae84ad0b806d6c748 (patch) | |
| tree | 05345a77152410d3d8354e209108e7fd125080f6 /gradle.properties | |
| parent | 5dda097196baa60fc45bb4f300439d791ccb1130 (diff) | |
| parent | 4ea98e2199fcabbb585c4eb9187b3f00d7197d39 (diff) | |
| download | frege-gradle-plugin-d852eb27823a53abb97366bae84ad0b806d6c748.tar.gz frege-gradle-plugin-d852eb27823a53abb97366bae84ad0b806d6c748.tar.bz2 frege-gradle-plugin-d852eb27823a53abb97366bae84ad0b806d6c748.zip | |
Merge pull request #26 from tricktron/f-only-compile-mainModule-and-replModule-files
Only Compile Specified Files if Specified
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 497909e..829132c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = ch.fhnw.thga -version = 1.7.0-alpha
\ No newline at end of file +version = 1.7.1-alpha
\ No newline at end of file |
