Skip to content

*Unarchived to allow the loading of old projects*, The fun gradle that makes things 4 you

License

Notifications You must be signed in to change notification settings

PuzzleLoader/CRPuzzleGradle

Repository files navigation

Cosmic Puzzle Gradle

A Gradle plugin aiming to make the life of Cosmic Reach with PuzzleLoader modding easier

This project was based off of Cosmic Loom (Thanks CoolGI) and was designed to have the tools you need Built-In.

Using this plugin in your projects

in your settings.gradle do

buildscript {
    repositories {
        maven {
            name "JitPack"
            url "https://jitpack.io"
        }
        mavenCentral()
        gradlePluginPortal()
    }
    dependencies {
        classpath "com.github.johnrengelman:shadow:8.1.1"
        classpath "com.github.PuzzleLoader:CRPuzzleGradle:$puzzle_gradle_version"
    }
}

at the top of your build.gradle do

plugins {
    id "java"
    id "cr_puzzle_gradle"
    id "com.github.johnrengelman.shadow"
}

About

*Unarchived to allow the loading of old projects*, The fun gradle that makes things 4 you

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages