Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

File metadata and controls

30 lines (21 loc) · 1.3 KB

Gradle Galaxy Release Snapshot

A Gradle plugin to simplify the process of creating projects. Thank you dkim19375 for the help with some stuff :)

Installation

You can install the plugin just like any other Gradle plugin by adding it to your plugins block. Make sure to replace VERSION with your desired version. Currently only supports Kotlin DSL!

plugins {
    id("xyz.srnyx.gradle-galaxy") version "VERSION"
}
Adding repository for snapshots

Add this to your settings.gradle.kts:

pluginManagement.repositories {
    maven("https://repo.srnyx.com/snapshots/")
    gradlePluginPortal() // For other plugins
}

Documentation

For the full documentation, please go here: github.com/srnyx/gradle-galaxy/wiki