Coder Social home page Coder Social logo

Comments (8)

iordanis avatar iordanis commented on July 29, 2024

Definitely not, check https://github.com/shazam/fork/blob/master/build.gradle : source & target compatibility is set to Java 7. Not sure why you're getting this.

from fork.

tmelz avatar tmelz commented on July 29, 2024

Looking at spullara/mustache.java#124, it looks like v0.9+ is Java 8 targeted, and 0.8 is the last Java 7 targeted release. Fork's build.gradle links to 0.9.

from fork.

iordanis avatar iordanis commented on July 29, 2024

Ah damn, it must be just the mustache library, which I updated recently. Check line 92 from https://github.com/spullara/mustache.java/blob/6b32476456ad049d7237e6435ce3375215f1a68e/pom.xml

from fork.

tmelz avatar tmelz commented on July 29, 2024

Cool. Are there any blockers to reverting back to 0.8? Also, I'm currently just pointing to

classpath 'com.shazam.fork:fork-gradle-plugin:1.0.0-RC1-SNAPSHOT'

which unfortunately doesn't lead to reproducible builds. Any chance you guys could go back and push a minor version update?

from fork.

iordanis avatar iordanis commented on July 29, 2024

Well that's the downside of using snapshots, right? :) I think we can revert to 0.8 for Mustache, since it's the only one targetting Java 8. Feel free to send a PR and I'll merge pretty soon.

from fork.

tmelz avatar tmelz commented on July 29, 2024

See #41

from fork.

ericjee avatar ericjee commented on July 29, 2024

com/shazam/fork/reporter/gradle/JenkinsPlugin : Unsupported major.minor version 52.0
got another error, any ideas?

from fork.

iordanis avatar iordanis commented on July 29, 2024

Can you check if the next mustache version is brought in transitively? If 0.8 is the one that's used you shouldn't be getting this. Later versions require Java 8 which seems to be your case.

I think it's also time to upgrade that dependency (and require Java 8).

from fork.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.