Giter Club home page Giter Club logo

Comments (3)

tommyettinger avatar tommyettinger commented on May 16, 2024 3

Duplicate of #7283. Setting gdxVersion to 1.12.2-SNAPSHOT looks like a workaround, but really I don't think #7250 should have been merged so long before a release if breaking the current stable version was necessary.

As I have been saying for literally 3 years, if gdx-setup just versioned releases instead of posting a nightly build willy-nilly, this wouldn't be an issue. No one has listened to me, or at least done something. So, I did something, and made gdx-liftoff, which uses versioned releases. If gdx-setup makes projects that expect things from the nightly build of libGDX, it should just depend on the nightly build of libGDX, which would break constantly and that should be expected of the bleeding edge. OR, for projects that actually value stability, gdx-setup should have an identifiable version and use a specific stable version of libGDX, potentially with past downloads of gdx-setup still available. Like gdx-liftoff does.

from libgdx.

Frosty-J avatar Frosty-J commented on May 16, 2024

Duplicate of #7283. Setting gdxVersion to 1.12.2-SNAPSHOT looks like a workaround, but really I don't think #7250 should have been merged so long before a release if breaking the current stable version was necessary.

from libgdx.

8Observer8 avatar 8Observer8 commented on May 16, 2024

Thank you very much! Yes, this works:

build.gradle

allprojects {
    apply plugin: "eclipse"

    version = '1.0'
    ext {
        appName = "My GDX Game"
        gdxVersion = '1.12.2-SNAPSHOT'

I closed the issue and subscribed on #7283.

from libgdx.

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.