Skip to content

Commit

Permalink
build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jriwanek committed Apr 27, 2016
1 parent 136dd63 commit efc719b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,15 @@ curseforge {
apiKey = ''
id = '244357'
changelog = file('CHANGELOG.txt')
releaseType = 'alpha'
releaseType = 'beta'
mainArtifact(jar) {
displayName = "Modern Metals $project.version"
relations {
requiredLibrary 'base-metals'
optionalLibrary 'additional-loot-tables'
}
addArtifact sourceJar
addArtifact deobfJar
addArtifact javadocJar
}
}
Expand Down

0 comments on commit efc719b

Please sign in to comment.