GithubHelp home page GithubHelp logo

Comments (10)

dialex avatar dialex commented on May 27, 2024

Sorry for the late reply, I did not get a notification -- it won't happen again 😉

I'll just double-check if any of the dependencies requires Java 8, if not I'll downgrade to Java 7.

from jcolor.

dialex avatar dialex commented on May 27, 2024

Yup Jansi requires Java 6 and jUnit requires Java 5, so we can go as low as 6.

from jcolor.

wytten avatar wytten commented on May 27, 2024

Thank you kind sir!

from jcolor.

dialex avatar dialex commented on May 27, 2024

New tag published on GitHub and still pending on Maven

from jcolor.

wytten avatar wytten commented on May 27, 2024

There's a problem with the pom, it is still hardcoded for 1.8 and ignoring the maven.compiler.* properties that have been added:
linux% unzip ./repo/com/diogonunes/JCDP/2.0.2/JCDP-2.0.2.jar ... linux% file com/diogonunes/jcdp/color/ColoredPrinter.class com/diogonunes/jcdp/color/ColoredPrinter.class: compiled Java class data, version 52.0 (Java 1.8)

from jcolor.

dialex avatar dialex commented on May 27, 2024

Oh noes! Thanks for the heads up, I'll have a look at it asap.

from jcolor.

dialex avatar dialex commented on May 27, 2024

Found it! The issue was this block

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.5.1</version>
    <configuration>
        <source>1.8</source> <!-- should be 6 -->
        <target>1.8</target> <!-- should be 6 -->
    </configuration>
</plugin>

Now I have to find a way to submit a (hot)fix or patch to Nexus. I would like to avoid creating/pushing another release. Makes sense?

from jcolor.

wytten avatar wytten commented on May 27, 2024

from jcolor.

dialex avatar dialex commented on May 27, 2024

I've released v2.0.3.1 containing your fix. It may take a while to appear on Maven.

from jcolor.

wytten avatar wytten commented on May 27, 2024

from jcolor.

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.