update gradle plugin versions

This commit is contained in:
Gered 2016-03-21 11:55:22 -04:00
parent 4dbf2ece0a
commit 6dece5006d

View file

@ -1,15 +1,12 @@
buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.2'
}
}
plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '1.2.2'
id 'edu.sc.seis.macAppBundle' version '2.1.3'
id 'com.github.johnrengelman.shadow' version '1.2.3'
id 'edu.sc.seis.macAppBundle' version '2.1.5'
}
sourceCompatibility = 1.7