File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- import  java.nio.charset.StandardCharsets 
2- 
31plugins  {
42    id ' com.github.johnrengelman.shadow' ' 6.0.0' 
53}
@@ -14,7 +12,7 @@ archivesBaseName = "FlowUpdaterJsonCreator"
1412
1513compileJava  {
1614    targetCompatibility =  sourceCompatibility =  JavaVersion . VERSION_1_8 
17-     options. encoding =  StandardCharsets . UTF_8 
15+     options. encoding =  ' UTF-8 ' 
1816}
1917
2018task sourcesJar (type : Jar ) {
@@ -27,7 +25,7 @@ repositories {
2725}
2826
2927dependencies  {
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' 
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments