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 65f4c7f commit 456d5a9Copy full SHA for 456d5a9
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.1'
21
archivesBaseName = 'ForgeGradle'
22
targetCompatibility = '1.6'
23
sourceCompatibility = '1.6'
0 commit comments