Anuken / Arc

A Java game development framework based off of libGDX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect project group.

buthed010203 opened this issue · comments

The group specified here is com.github.anuken while the real group used by all of the arc modules is com.github.anuken.arc, i spent ages trying to figure out why thinks wouldn't work and it turns out it was this lmao

group = 'com.github.Anuken'

JITPack says to use that specific group:

image

real group used by all of the arc modules

What do you mean by "real group"? Why does it matter?

Is this what you're confused about?

image

No, I made the game use a gradle composite build which doesn't like the name being different, I should be able to work around this by just using a custom configuration for the composition somehow

Sounds like an issue with the build, not the project - I am using the correct group name as per JITPack docs, and I'd rather not change it without very good reason.

Sounds like an issue with the build, not the project - I am using the correct group name as per JITPack docs, and I'd rather not change it without very good reason.

Fair enough, just a weird gradle thing that they node in the docs

I should be able to work around this by just using a custom configuration for the composition somehow

I never was able to figure this out unfortunately.