gradle-eta
gradle-eta copied to clipboard
Gradle plugin for the Eta programming language
[Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options). Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry...
Upgrade to work with latest Android Studio and Gradle 5 above. Although there are still many deprecation but this small fix works. [Eta Android 2048 using Gradle 5](https://github.com/nganhkhoa/eta-android-2048/tree/gradle-5-poc) The followings...
I cannot get Gradle to recognize my compileSdkVersion. My project is posted here: [https://github.com/argideritzalpea/nlp-lite](https://github.com/argideritzalpea/nlp-lite ) ``` * Where: Build file ./app/build.gradle' line: 6 * What went wrong: A problem occurred...
As the title, the link **multi** just linked to a wrong path.
log: ``` PS E:\Documents\Projects\gradle-eta\examples\fatjar> ./gradlew shadowJar --info Initialized native services in: C:\Users\Administrator\.gradle\native The client will now receive all logging from the daemon (pid: 13404). The daemon log file: C:\Users\Administrator\.gradle\daemon\5.4.1\daemon-13404.out.log Starting...
I am able to build at the top level with Gradle 5.4.1, however, when I add "apply plugin: 'eta-android'" to my app/build.gradle, I receive these errors: ``` Unable to find...
It should be as simple as these two sets of lines: https://github.com/typelead/eta/blob/master/eta-serv/build.gradle#L37-L51 https://github.com/typelead/eta/blob/master/eta-serv/build.gradle#L1-L5
I'm trying to build a project that recursively depends on a happy generated parser, and the eta-gradle plugin cannot build it. To get a repro: ``` 1. git clone https://github.com/typelead/eta-init...
I have created a gradle-eta build for my Haskell-based project so users don't have to install the Haskell Tool Stack; ideally, they just type `./gradlew run` and a JVM build...