Skip to content

Commit b5c11de

Browse files
committed
updated gradle
1 parent 0873ac6 commit b5c11de

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
173173
}
174174

175175
task wrapper(type: Wrapper) {
176-
gradleVersion = '4.3'
176+
gradleVersion = '4.4'
177177
}
178178

179179
artifacts {

gradle/wrapper/gradle-wrapper.jar

-398 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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-4.3-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip

src/main/java/com/ss/editor/JFXApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class JFXApplication extends Application {
9999
* @param args the args
100100
* @throws IOException the io exception
101101
*/
102-
public static void main(final String[] args) throws IOException {
102+
public static void main(final String[] args) {
103103

104104
// need to disable to work on macos
105105
Configuration.GLFW_CHECK_THREAD0.set(false);

0 commit comments

Comments
 (0)