Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 6a2924c

Browse files
committed
1.2
1 parent 35afa0c commit 6a2924c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
1313
apply plugin: 'eclipse'
1414
apply plugin: 'maven-publish'
1515

16-
version = '1.1-1.16.4'
16+
version = '1.2-1.16.4'
1717
group = 'com.github.nearata.optifinecapes' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
1818
archivesBaseName = 'OptifineCapes'
1919

@@ -133,7 +133,7 @@ jar {
133133

134134
// Example configuration to allow publishing using the maven-publish task
135135
// This is the preferred method to reobfuscate your jar file
136-
jar.finalizedBy('reobfJar')
136+
jar.finalizedBy('reobfJar')
137137
// However if you are in a multi-project build, dev time needs unobfed jar files, so you can delay the obfuscation until publishing by doing
138138
//publish.dependsOn('reobfJar')
139139

0 commit comments

Comments
 (0)