Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packr repo seems not to work #238

Open
upost opened this issue Apr 30, 2024 · 1 comment
Open

packr repo seems not to work #238

upost opened this issue Apr 30, 2024 · 1 comment

Comments

@upost
Copy link

upost commented Apr 30, 2024

Adding packr to my build.gradle does not work:

repositories {
        ...
        maven {
            url "https://artifactory.nimblygames.com/artifactory/ng-public"
            name 'Nimblygames'
        }
    }
...
dependencies {
        classpath 'com.badlogicgames.packr:packr:4.4.0'
}

The required URL https://artifactory.nimblygames.com/artifactory/ng-public/com/badlogicgames/packr/packr/4.4.0/packr-4.4.0.pom returns a 404.

https://central.sonatype.com/ only has outdated version.

Something wrong or is it just me?
Or is packr deprecated? In this case, maybe update the docs (and please add working sample for using jpackage, as I couldn't get that to work either)

@karlsabo
Copy link
Member

I can't rebuild the release artifacts because the GPG key expired. You can download them from GitHub here: https://github.com/libgdx/packr/releases

You can also use a more recent version such as 4.1.0-SNAPSHOT https://artifactory.nimblygames.com/ui/native/ng-public/com/badlogicgames/packr/packr-all/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants