update gradle plugin versions
This commit is contained in:
parent
cbe56800f3
commit
c4985886aa
|
@ -5,8 +5,8 @@ buildscript {
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'application'
|
id 'application'
|
||||||
id 'com.github.johnrengelman.shadow' version '1.2.3'
|
id 'com.github.johnrengelman.shadow' version '2.0.4'
|
||||||
id 'edu.sc.seis.macAppBundle' version '2.1.5'
|
id 'edu.sc.seis.macAppBundle' version '2.2.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 1.7
|
sourceCompatibility = 1.7
|
||||||
|
|
Reference in a new issue