From 8700c4bafc529e83022e4bcdb5836f8769145a51 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Sun, 2 Feb 2020 19:51:31 +0000 Subject: - Further changelog plugin removal --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 625582bab5..4841dfcf15 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ file "version.properties" withReader { ext.config2 = new ConfigSlurper().parse prop } -apply plugin: 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' +//apply plugin: 'se.bjurr.gitchangelog.git-changelog-gradle-plugin' version = "${config.gtpp.version}.${config2.mod.version}" group= "gtPlusPlus" -- cgit