Skip to content

xpdustry/mindustry-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

mindustry-publish

Jitpack is cringe and unreliable, let us build Mindustry ourselves.

How does it work

Mindustry, Arc and Rhino are built with a GitHub action. Then, the resulting artifacts are uploaded to our S3 server (minio). Finally, they are served by our maven server (reposilite) via the mindustry repository.

How to use it

The repository provide all necessary dependencies for compiling Mindustry plugins and mods. You just have replace jitpack with it.

// Groovy
repositories {
    mavenCentral()
    maven { url = uri("https://maven.xpdustry.com/mindustry") }
}
// Kotlin
repositories {
    mavenCentral()
    maven("https://maven.xpdustry.com/mindustry")
}

Warning

The Maven repository does not provide any other library rewritten by Anuke apart Rhino. Thus if you want to use Anuken's steamworks4j, you will have to comeback to Jitpack.

Supported versions

  • V146
  • V145

About

Jitpack is cringe, let us build Mindustry ourselves.

Topics

Resources

License

Stars

Watchers

Forks