Skip to content

Commit

Permalink
build: remove changelog plugin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Aug 5, 2022
1 parent 59c886a commit e955b92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
id 'eclipse'
id 'io.freefair.lombok' version '6.5.0.2'
id 'wtf.gofancy.fancygradle' version '1.+'
id 'net.galacticraft.gradle.changelog' version '1.0.0'
}

apply plugin: 'net.minecraftforge.gradle'
Expand All @@ -20,10 +19,6 @@ archivesBaseName = "Galacticraft"

version = '4.0.3'

changelog {
fromTag('4.0.2.284')
}

repositories {
mavenCentral()
maven {
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
mavenLocal()
maven {
url = 'https://repo.galacticraft.net/repository/common-proxy/'
}
Expand Down

0 comments on commit e955b92

Please sign in to comment.