Giter Site home page Giter Site logo

Comments (5)

edewit avatar edewit commented on September 27, 2024

did some investigation and I think this commit 78735d2 introduced it

from minecraft-storeys-maker.

vorburger avatar vorburger commented on September 27, 2024

Duh! See #345... this "just" means there's Java >8 byte code somewhere.

FYI I had to switch the 1st stage of the multi stage Dockerfile to Java 11 for Checkstyle which doesn't run on Java 8 anymore. But the ./test script uses the Dockerfile-local, so that change has nothing to do with this problem.

The Gradle build has:

sourceCompatibility = 1.8
targetCompatibility = 1.8

In one of yesterday's CLs I've moved that and more from allprojects to subprojects. Did that break it?

Or did you do anything like change the primary alternate JDK on your PATH from Java 11 to Java 17 or something like that?

I can further investigate this, probably... Monday or Tuesday night.

from minecraft-storeys-maker.

edewit avatar edewit commented on September 27, 2024

found out what the problem is if I revert this: 78735d2#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7R24-L38 then it works again

from minecraft-storeys-maker.

edewit avatar edewit commented on September 27, 2024

The question is why did you move it and what subprojects are effected by this change

from minecraft-storeys-maker.

vorburger avatar vorburger commented on September 27, 2024

The question is why did you move it

because to me it seemed "more logical" - but I clearly don't know what I'm doing... 😿

and what subprojects are effected by this change

The wrong ones? LOL. -- Given that my plans for this lifetime do not include a Ph.D. in Gradleology anymore, let's just #352 and call this a day.

from minecraft-storeys-maker.

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.