I love when Curse breaks their API so my buildscript fai;s

This commit is contained in:
Nicholas Ignoffo 2018-08-26 14:13:07 -07:00
parent c5d3f8012c
commit 6ba4a02c48

View file

@ -11,7 +11,7 @@ buildscript {
plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
id 'com.matthewprenger.cursegradle' version '1.0.10'
id 'com.matthewprenger.cursegradle' version '1.1.0'
id 'maven-publish'
}