<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/frege-gradle-plugin.git/src/main, branch f-debug-windows-failure</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>WIP</title>
<updated>2021-11-30T13:01:31+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-30T13:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=dfb83f61859c697d2f691700902c3cb7386741cb'/>
<id>dfb83f61859c697d2f691700902c3cb7386741cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP</title>
<updated>2021-11-30T11:46:07+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-30T11:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=ade58b7e06fd354b5c2effd56ee7d385ab56792b'/>
<id>ade58b7e06fd354b5c2effd56ee7d385ab56792b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: settings jvm args through `setAllJvmArgs`</title>
<updated>2021-11-30T11:30:21+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-30T11:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=4f48aa7c5c1a84c04d20523862c474c180822307'/>
<id>4f48aa7c5c1a84c04d20523862c474c180822307</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: sets file encoding to utf-8</title>
<updated>2021-11-30T09:22:40+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-30T09:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=ec34ff4f7da8d3eb02cac1f65a24f918bd91bdb6'/>
<id>ec34ff4f7da8d3eb02cac1f65a24f918bd91bdb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: adds `System.in` as StandardInput to make `ReplFrege` task interactively</title>
<updated>2021-11-28T11:10:06+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-28T10:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=8fed7811e535d3f8892ea16f7587e461ef1ee98e'/>
<id>8fed7811e535d3f8892ea16f7587e461ef1ee98e</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 `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>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>feat: `mainModule` property can be configured with command-line option</title>
<updated>2021-11-10T08:15:23+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-10T08:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=a5bdb321ebff31e5b2005c6b511fc3873ec9cc7f'/>
<id>a5bdb321ebff31e5b2005c6b511fc3873ec9cc7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
