aboutsummaryrefslogtreecommitdiff
path: root/src/main/groovy/frege/gradle/plugins/FregeBasePlugin.java
AgeCommit message (Collapse)Author
2021-06-28Inits branch with a simple groovy testThibault Gagnaux
2020-06-28compiles and runs with frege-3.25.84.jar and Gradle 5.0Dierk Koenig
2016-04-12Add support for >gradle 2.12Rene Groeschke
- update wrapper to 2.12 - fix sourcedirectory setup - add integTest coverage for 2.12
2015-12-14seme more coverage and work on frege doc task.Rene Groeschke
TODO fix fregedoc task for mixed java + frege sources
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-21create frege compile task per sourceSetRene Groeschke