Skip to content

Commit

Permalink
Méthode pour la cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdeguet committed Oct 16, 2024
1 parent a7a0337 commit ba62e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ await Utils.CopyFileFromNetworkShareAsync(
await Task.WhenAll(
Program.InstallAndroidSDK(),
Utils.CopyFileFromNetworkShareAsync(
Path.Combine(Config.localCache, ".gradle.7z"),
Path.Combine(Config.localCache, ".gradle-Android-Flutter.7z"),
Path.Combine(Config.localTemp, ".gradle.7z")),
Program.InstallJava(),
Utils.CopyFileFromNetworkShareAsync(
Expand Down Expand Up @@ -79,7 +79,7 @@ await Utils.CopyFileFromNetworkShareAsync(
await Task.WhenAll(
Program.InstallAndroidSDK(),
Utils.CopyFileFromNetworkShareAsync(
Path.Combine(Config.localCache, ".gradle.7z"),
Path.Combine(Config.localCache, ".gradle-Android-Flutter.7z"),
Path.Combine(Config.localTemp, ".gradle.7z")),
Program.InstallJava(),
Utils.CopyFileFromNetworkShareAsync(
Expand Down

0 comments on commit ba62e42

Please sign in to comment.