Skip to content

Commit

Permalink
Fixed curseforge release
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Oct 7, 2018
1 parent 1d8059b commit 370c769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ buildscript {
dependencies {
classpath "net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT"
classpath 'com.selesse:gradle-git-changelog:0.2.+'
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.0.10"
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.1.0"
}
}
plugins {
id "com.github.hierynomus.license" version "0.14.0"
id "com.matthewprenger.cursegradle" version "1.0.10"
id "com.matthewprenger.cursegradle" version "1.1.0"
}
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'com.selesse.git.changelog'
Expand Down

0 comments on commit 370c769

Please sign in to comment.