<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/frege-gradle-plugin.git/gradle.properties, branch f-repl-task</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/'/>
<entry>
<title>feat: adds `replFrege` task</title>
<updated>2021-11-24T09:27:00+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-24T09:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=1f13c769f57d4670cee462b6cf741efb5f5a8cd6'/>
<id>1f13c769f57d4670cee462b6cf741efb5f5a8cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: allows to configure the classpath with the groovy dependency notation</title>
<updated>2021-11-24T07:00:01+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-24T07:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=fd2fee1260a494ea24887eb1512c27938e8fa230'/>
<id>fd2fee1260a494ea24887eb1512c27938e8fa230</id>
<content type='text'>
e.g:

```groovy
dependencies {
    implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT'
}
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g:

```groovy
dependencies {
    implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT'
}
```
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: adds dependent frege files test cases</title>
<updated>2021-11-21T16:43:36+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-21T16:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=a9d053c25d47acce7d894b51892a42ad3a4fa6bc'/>
<id>a9d053c25d47acce7d894b51892a42ad3a4fa6bc</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Adds incremental build and build cache support for the `fregeCompile` task</title>
<updated>2021-11-17T08:50:12+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-17T08:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=8c987f0a58470953dc3ac1b9cdff1ac55aaa4e81'/>
<id>8c987f0a58470953dc3ac1b9cdff1ac55aaa4e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: adds `compilerFlags` property to configure the Frege compiler</title>
<updated>2021-11-16T15:45:06+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-16T15:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=b996814fc3255338d7eae5a58c9b58dbf9229154'/>
<id>b996814fc3255338d7eae5a58c9b58dbf9229154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: updates junit 5.7.2 -&gt; 5.8.1, README and version</title>
<updated>2021-11-10T08:31:00+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-10T08:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=f3924e8748efe3b035a43ec62eb1ab54179c6221'/>
<id>f3924e8748efe3b035a43ec62eb1ab54179c6221</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: adds `maven-publish` plugin to publish to `mavenLocal` repo</title>
<updated>2021-07-14T11:57:09+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-07-14T11:57:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=fae0e640c7143d2c090e5f510a7c3e6d6f382e5f'/>
<id>fae0e640c7143d2c090e5f510a7c3e6d6f382e5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inits branch with a simple groovy test</title>
<updated>2021-06-28T09:10:10+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-06-28T09:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=f3d085304bad105e65ce0c77f25ae59161fd8776'/>
<id>f3d085304bad105e65ce0c77f25ae59161fd8776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compiles and runs with frege-3.25.84.jar and Gradle 5.0</title>
<updated>2020-06-28T13:47:10+00:00</updated>
<author>
<name>Dierk Koenig</name>
<email>dierk.koenig@canoo.com</email>
</author>
<published>2020-06-23T09:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=739d5007295f578e033209ddeb05351b81ae4dd0'/>
<id>739d5007295f578e033209ddeb05351b81ae4dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable snapshot sonatype releases</title>
<updated>2015-09-20T09:39:13+00:00</updated>
<author>
<name>Mark Perry</name>
<email>maperry78@yahoo.com.au</email>
</author>
<published>2015-09-20T09:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=e1004a918adab604d5fe88e1412016a63d2881d9'/>
<id>e1004a918adab604d5fe88e1412016a63d2881d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
