Update shadow plugin version to fix Forge issues

This commit is contained in:
zml 2015-01-10 17:09:29 -08:00
parent 6a6c590a07
commit 139009dfbb
No known key found for this signature in database
GPG Key ID: 75EFC1F079F6665E

View File

@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.1.1'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.0'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1'
classpath 'org.ajoberstar:gradle-git:0.12.0'
}
@ -123,4 +123,4 @@ subprojects {
}
}
}
}
}