update gradle plugin versions
This commit is contained in:
parent
4dbf2ece0a
commit
6dece5006d
|
@ -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
|
||||
|
|
Reference in a new issue