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 456d5a9 commit 760ca16Copy full SHA for 760ca16
build.gradle
@@ -16,8 +16,8 @@ apply plugin: 'maven'
16
apply plugin: "com.gradle.plugin-publish"
17
18
group = 'net.minecraftforge.gradle'
19
-//version = '2.0-SNAPSHOT'
20
-version = '2.0.1'
+version = '2.0-SNAPSHOT'
+//version = '2.0.2'
21
archivesBaseName = 'ForgeGradle'
22
targetCompatibility = '1.6'
23
sourceCompatibility = '1.6'
0 commit comments