mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
I think this was important :^)
This commit is contained in:
parent
f28b9cccbb
commit
dd6006f5f9
1 changed files with 6 additions and 2 deletions
|
@ -15,7 +15,7 @@ version = "b3"
|
|||
group = "de.ellpeck.naturesaura"
|
||||
archivesBaseName = "NaturesAura"
|
||||
|
||||
if(hasProperty('buildnumber')){
|
||||
if (hasProperty('buildnumber')) {
|
||||
version = "${version}-${this.properties['buildnumber']}"
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
compile "vazkii.patchouli:Patchouli:1.0-10.45"
|
||||
|
||||
|
||||
deobfCompile "mezz.jei:jei_1.12.2:4.13.1.220"
|
||||
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
|
||||
|
||||
|
@ -73,6 +73,10 @@ processResources {
|
|||
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
jar {
|
||||
|
||||
}
|
||||
|
||||
task deobfJar(type: Jar) {
|
||||
from sourceSets.main.output
|
||||
from sourceSets.main.java
|
||||
|
|
Loading…
Reference in a new issue