Skip to content

Commit 9f6af74

Browse files
SwiftWindsairsquared
authored andcommitted
Update gradle dependencies & gradle wrapper
1 parent 93be0b8 commit 9f6af74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.idea/modules/blobsaver_test.iml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
plugins {
2020
id 'java'
21-
id 'edu.sc.seis.launch4j' version '2.4.4' // for bundling into .exe
21+
id 'edu.sc.seis.launch4j' version '2.4.5' // for bundling into .exe
2222
id "edu.sc.seis.macAppBundle" version "2.3.0" // for bundling into .app
2323
id 'com.github.johnrengelman.shadow' version '5.0.0' // for fat jar
2424
id 'com.github.ben-manes.versions' version '0.21.0'
@@ -113,4 +113,4 @@ task buildEverything() {
113113
println " Inno Setup **MUST** be installed to C:\\Program Files (x86)\\Inno Setup 5\\"
114114
createWindowsInstaller.execute()
115115
}
116-
}
116+
}

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-all.zip

0 commit comments

Comments
 (0)