aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
AgeCommit message (Collapse)Author
2021-11-28fix: adds `System.in` as StandardInput to make `ReplFrege` task interactivelyThibault Gagnaux
2021-11-24feat: adds `replFrege` taskf-repl-taskThibault Gagnaux
2021-11-24refactor: allows to configure the classpath with the groovy dependency notationThibault Gagnaux
e.g: ```groovy dependencies { implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT' } ```
2021-11-21fix: adds dependent frege files test casesThibault Gagnaux
If a Frege module A depends on Frege module B, then you need to compile with the `-make` flag so that the compiler resolves the dependencies and compiles the module B before the module A.
2021-11-17feat: Adds incremental build and build cache support for the `fregeCompile` taskThibault Gagnaux
2021-11-16feat: adds `compilerFlags` property to configure the Frege compilerThibault Gagnaux
2021-11-10chore: updates junit 5.7.2 -> 5.8.1, README and versionThibault Gagnaux
2021-07-14chore: adds `maven-publish` plugin to publish to `mavenLocal` repof-simple-javaExec-task-alternativeThibault Gagnaux
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
2015-09-20Enable snapshot sonatype releasesMark Perry
2015-09-04Remove dependencies to sonatype and directly publish to the gradle plugin ↵Dierk Koenig
portal. Upgrade to frege version 3.23,
2015-07-24Increased version to 0.4.2-SNAPSHOTMark Perry
2015-07-24Release 0.4.1. Use compiler 367release-0.4.1Mark Perry
2015-07-22Increment to 0.5-SNAPSHOTMark Perry
2015-07-22Do 0.4 releaserelease-0.4Mark Perry
2015-02-06Installed to local mavenMark Perry