Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

PuzzlesHQArchives/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

The fun gradle that makes things 4 you

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages