aboutsummaryrefslogtreecommitdiff
path: root/example-project/build.gradle
blob: 6fefaec0a0a7dbabbea4fef1f792bd6f2988808a (plain)
1
2
3
4
5
6
7
8
9
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'
}