Frege / frege-gradle-plugin

Gradle plugin for compiling Frege projects
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

build failed 2 #8

Closed Ingo60 closed 9 years ago

Ingo60 commented 9 years ago

I was trying to install the gradle-frege-plugin locally to be able to overcome the build failures that occur from different projects (i.e. https://github.com/Dierk/frepl-gui) that use it.

After having resolved the dependency problems (see my commits and issues), the following still happened:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileGroovy'.
> frege/nativegen/Main : Unsupported major.minor version 52.0

I am sure this is by accident, as this probably doesn't need to be compiled with java8?

Dierk commented 9 years ago

I'd say that this is an issue that we have to bring up in the native-gen project.