aboutsummaryrefslogtreecommitdiff
path: root/src/main/groovy/frege/gradle/tasks/FregeCompile.groovy
AgeCommit message (Collapse)Author
2021-06-28Inits branch with a simple groovy testThibault Gagnaux
2020-06-28upgrading to gradle 6.5Dierk Koenig
2020-06-28compiles and runs with frege-3.25.84.jar and Gradle 5.0Dierk Koenig
2015-11-23fix FregeCompile incremental build behaviourRene Groeschke
2015-11-22fix fregepath handlingRene Groeschke
2015-11-22some more work on coverage and some cleanupRene Groeschke
- get packages for integ tests right - introduce common AbstractFregeIntegrationSpec - first stab of unit test coverage for FregeCompile - minor cleanup on FregeCompile - configure fregePath as part as part of base plugin convention
2015-11-21simplify implementation and remove use of internal api that is shaded by ↵Rene Groeschke
classloader
2015-11-21remove optional annotations for property that are not optional but configurableRene Groeschke
2015-11-21create frege compile task per sourceSetRene Groeschke