Skip to content
This repository was archived by the owner on Sep 30, 2018. It is now read-only.

Commit c498588

Browse files
committed
update gradle plugin versions
1 parent cbe5680 commit c498588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
plugins {
66
id 'java'
77
id 'application'
8-
id 'com.github.johnrengelman.shadow' version '1.2.3'
9-
id 'edu.sc.seis.macAppBundle' version '2.1.5'
8+
id 'com.github.johnrengelman.shadow' version '2.0.4'
9+
id 'edu.sc.seis.macAppBundle' version '2.2.1'
1010
}
1111

1212
sourceCompatibility = 1.7

0 commit comments

Comments
 (0)