ParticleSFX
ParticleSFX copied to clipboard
Cant Getting Started
When I just add the dependency in the poml
<dependency>
<groupId>hm.zelha</groupId>
<artifactId>particlesfx</artifactId>
<version>1.21</version>
</dependency>
I get the following error:
` hm.zelha:particlesfx:jar:1.21 was not found in https://oss.sonatype.org/content/groups/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of sonatype has elapsed or updates are forced
`
I really dont need to add a repository to the poml? Sorry for the dumb question
Same as https://github.com/hmzel/ParticleSFX/issues/3. @hmzel is the code supposed to be in the central repository?
Copying the files from the package assets into the C:/Users/USER/.m2/repository/hm/zelha/particlesfx/1.21/ folder seems to be a temporary fix for anyone else struggling.
(you don't need the .md5 or .sha files from the assets)
Copying the files from the package assets into the
C:/Users/USER/.m2/repository/hm/zelha/particlesfx/1.21/folder seems to be a temporary fix for anyone else struggling.(you don't need the
.md5or.shafiles from the assets)
Thanks. That works
@hmzel Bump, this is impacting github actions CI builds
@BuggyAl I figured out the problem- turns out what i put in my maven's settings.xml to release the package also allows me to access the package, but no one else can. This was my first time doing anything package/release related so I had no idea. I'll try to see if i can fix it
Done. ParticleSFX is now uploaded to Maven Central, i will update the readme shortly