Skip to content

Commit

Permalink
Changelog and build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenic Portuesi committed Jun 3, 2014
1 parent 15eaddd commit e1c2f17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.2-1.1.1

* Fixed freezium armor freeze effect

1.7.2-1.1.0

+ Added Cave API
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ minecraft
}
}

task deobfJar(type:Jar, dependsOn:'classes')
deobfJar
task deobfAPIJar(type:Jar, dependsOn:'classes')
deobfAPIJar
{
classifier = 'deobf'
archiveName = "${archivesBaseName} ${minecraft.version}-deobf.jar"
Expand All @@ -51,8 +51,8 @@ deobfJar
}
}

task sourceJar(type:Jar, dependsOn:'classes')
sourceJar
task sourceAPIJar(type:Jar, dependsOn:'classes')
sourceAPIJar
{
classifier = 'sources'
archiveName = "${archivesBaseName} ${minecraft.version}-sources.jar"
Expand Down

0 comments on commit e1c2f17

Please sign in to comment.