Skip to content

Commit

Permalink
Remove unnecesary changelog plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed May 23, 2020
1 parent 585e75e commit ef1d0eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
dependencies {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true
classpath "gradle.plugin.com.matthewprenger:CurseGradle:1.4.0"
classpath 'com.selesse:gradle-git-changelog:0.2.+'
}
}
plugins {
Expand All @@ -20,7 +19,6 @@ plugins {
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'com.selesse.git.changelog'

//def BUILD_NUMBER = System.getenv("COMMIT") ? "${project.api_version}-${System.getenv("COMMIT")}-SNAPSHOT" : "${project.api_version}"
version = "${minecraftVersion}-${project.api_version}"
Expand Down

0 comments on commit ef1d0eb

Please sign in to comment.