Skip to content

Commit

Permalink
Update gradle dependencies & gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftWinds authored and airsquared committed Mar 22, 2019
1 parent 93be0b8 commit 9f6af74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/blobsaver_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

plugins {
id 'java'
id 'edu.sc.seis.launch4j' version '2.4.4' // for bundling into .exe
id 'edu.sc.seis.launch4j' version '2.4.5' // for bundling into .exe
id "edu.sc.seis.macAppBundle" version "2.3.0" // for bundling into .app
id 'com.github.johnrengelman.shadow' version '5.0.0' // for fat jar
id 'com.github.ben-manes.versions' version '0.21.0'
Expand Down Expand Up @@ -113,4 +113,4 @@ task buildEverything() {
println " Inno Setup **MUST** be installed to C:\\Program Files (x86)\\Inno Setup 5\\"
createWindowsInstaller.execute()
}
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-all.zip

0 comments on commit 9f6af74

Please sign in to comment.