diff options
| author | Thibault Gagnaux <thibault.gagnaux@bit.admin.ch> | 2021-06-29 09:02:17 +0200 |
|---|---|---|
| committer | Thibault Gagnaux <thibault.gagnaux@bit.admin.ch> | 2021-06-29 09:02:17 +0200 |
| commit | e7fc5336c818e6ce9f81069df73c258d116acc9f (patch) | |
| tree | 13d784f07f80d766954760e3a5c9a0b37d83fcb3 /.gitignore | |
| parent | f3d085304bad105e65ce0c77f25ae59161fd8776 (diff) | |
| download | frege-gradle-plugin-e7fc5336c818e6ce9f81069df73c258d116acc9f.tar.gz frege-gradle-plugin-e7fc5336c818e6ce9f81069df73c258d116acc9f.tar.bz2 frege-gradle-plugin-e7fc5336c818e6ce9f81069df73c258d116acc9f.zip | |
Switches from groovy's spock testing framework back to java
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,5 +2,6 @@ .vscode build .project - - +.classpath +.settings +bin
\ No newline at end of file |
