diff options
Diffstat (limited to 'example-project/build.gradle')
-rw-r--r-- | example-project/build.gradle | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example-project/build.gradle b/example-project/build.gradle new file mode 100644 index 0000000..6fefaec --- /dev/null +++ b/example-project/build.gradle @@ -0,0 +1,10 @@ +plugins { + id 'ch.fhnw.thga.frege' version '1.7.0-alpha' +} + +frege { + version = '3.25.84' + release = '3.25alpha' + mainModule = 'ch.fhnw.thga.Test' + replSource = 'ch.fhnw.thga.Test' +}
\ No newline at end of file |