GithubHelp home page GithubHelp logo

thetemportalist / cursegradle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from svgorbunov-mc-sphere/cursegradle

0.0 2.0 0.0 111 KB

Gradle plugin to upload Minecraft mods to CurseForge

License: MIT License

Groovy 100.00%

cursegradle's Introduction

CurseGradle

Build Status

A gradle plugin for publishing artifacts to CurseForge.

Simple Quickstart with ForgeGradle

If you're using ForgeGradle, which you probably are, the following script is a bare-minimum. For more details about customization, check out the Wiki.

To find out which versions are available, check HERE.

plugins {
    id 'net.minecraftforge.gradle.forge' version '2.0.2'
    id 'com.matthewprenger.cursegradle' version '<VERSION>'
}

curseforge {
  apiKey = '123-456' // This should really be in a gradle.properties file
  project {
    id = '12345'
    changelog = 'Changes' // A file can also be set using: changelog = file('changelog.txt')
    releaseType = 'beta'
  }
}

Snapshots

If you want to test the latest and greatest version, you can use the snapshot builds, but be warned: they may be unstable! Your buildscript needs the following entries instead of the plugins { } block.

buildscript {
    repositories {
        jcenter()
        maven { url = 'https://oss.sonatype.org/content/groups/public' }
    }
    dependencies {
        classpath 'com.matthewprenger:CurseGradle:<VERSION>-SNAPSHOT'
    }
}

apply plugin: 'com.matthewprenger.cursegradle'

cursegradle's People

Contributors

matthewprenger avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.