We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f21e1c commit 11fa534Copy full SHA for 11fa534
build.gradle
@@ -18,8 +18,8 @@ apply plugin: "com.gradle.plugin-publish"
18
apply plugin: 'license'
19
20
group = 'net.minecraftforge.gradle'
21
-version = '2.0-SNAPSHOT'
22
-//version = '2.0.2'
+//version = '2.0-SNAPSHOT'
+version = '2.0.2'
23
archivesBaseName = 'ForgeGradle'
24
targetCompatibility = '1.6'
25
sourceCompatibility = '1.6'
@@ -191,7 +191,7 @@ pluginBundle {
191
plugins {
192
patcher {
193
id = 'net.minecraftforge.gradle.patcher'
194
- displayName = 'Mincraft Patcher Plugin'
+ displayName = 'Minicraft Patcher Plugin'
195
}
196
tweakerClient {
197
id = 'net.minecraftforge.gradle.tweaker-client'
0 commit comments