RediCloud
  • 💎Features
  • 🔧Installation
  • Commands
    • Server versions
    • Server version types
    • Java versions
    • Configuration template
    • File templates
    • Module
    • Screen
    • Cluster
    • Version / Updater
    • Server
  • FAQ
    • Minestom support
    • Own server versions
  • Development
    • Compilation / Build
    • Repository
    • API requests
    • Modules
    • Test framework
    • API
      • Server version handlers
      • Connector implemention
      • Server factory
      • Connector api
      • Events
      • Custom player provider
Powered by GitBook
On this page
  • Github packages:
  • Create your own personal access token:
  1. Development

Repository

PreviousCompilation / BuildNextAPI requests

Last updated 1 year ago

Github packages:

// build.gradle.kts
maven("https://maven.pkg.github.com/RediCloud/cloud-v2") {
    credentials {
        username = project.findProperty("github_username") as String? ?: System.getenv("GITHUB_USERNAME")
        password = project.findProperty("github_token") as String? ?: System.getenv("GITHUB_TOKEN")
    }
}

The following packages are currently included on :

More information about github packages:

Create your own personal access token:

(Read-only permission should be enough access github packages)

Gradle:

Maven:

You can create your token here:

More information:

github packages
dev.redicloud.api:base-api
dev.redicloud.api:connector-api
dev.redicloud.api:node-api
dev.redicloud:test-framework
dev.redicloud:console
dev.redicloud:logging
dev.redicloud:tasks
dev.redicloud:utils
https://docs.github.com/de/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry
https://docs.github.com/de/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry
https://github.com/settings/tokens?type=beta
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens