Skip to content

Commit 551b124

Browse files
committed
Reoved a malediction and upgraded gradle ver
1 parent b585e93 commit 551b124

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.nio.charset.StandardCharsets
2-
31
plugins {
42
id 'com.github.johnrengelman.shadow' version '6.0.0'
53
}
@@ -14,7 +12,7 @@ archivesBaseName = "FlowUpdaterJsonCreator"
1412

1513
compileJava {
1614
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_8
17-
options.encoding = StandardCharsets.UTF_8
15+
options.encoding = 'UTF-8'
1816
}
1917

2018
task sourcesJar(type: Jar) {
@@ -27,7 +25,7 @@ repositories {
2725
}
2826

2927
dependencies {
30-
implementation 'fr.flowarg:flowmultitools:1.2.0'
28+
implementation 'fr.flowarg:flowmultitools:1.2.1'
3129
implementation 'com.jfoenix:jfoenix:8.0.9'
3230
implementation 'com.google.code.gson:gson:2.8.6'
3331
implementation 'de.jensd:fontawesomefx:8.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)