Skip to content

Commit 79abcba

Browse files
committed
Split forge plugin call
1 parent 0264935 commit 79abcba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ buildscript {
1111
plugins {
1212
id 'de.fuerstenau.buildconfig' version '1.1.8'
1313
id 'idea'
14-
id 'net.minecraftforge.gradle.forge' version '2.0.2'
1514
}
1615

16+
apply plugin: 'net.minecraftforge.gradle.forge'
17+
1718
ext.configFile = file "build.properties"
1819

1920
configFile.withReader {

0 commit comments

Comments
 (0)