Skip to content

Commit e395186

Browse files
committed
Tweak plugin setup (build.gradle)
1 parent 023b98b commit e395186

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '4.0.23', changing: true
9+
classpath "net.minecraftforge.gradle:ForgeGradle:4.0.23"
1010
}
1111
}
1212

1313
plugins {
1414
id "idea"
15+
id "eclipse"
16+
id "maven-publish"
1517
}
1618

17-
apply plugin: 'net.minecraftforge.gradle'
18-
// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
19-
apply plugin: 'eclipse'
20-
apply plugin: 'maven-publish'
19+
apply plugin: "net.minecraftforge.gradle"
2120

2221
version = "${mod_version}"
2322
group = 'com.robotgryphon' // http://maven.apache.org/guides/mini/guide-naming-conventions.html

0 commit comments

Comments
 (0)