Skip to content

Commit

Permalink
Retirer départ Kmb qui cause problème en ce moment. À investiguer
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 23, 2024
1 parent 5233527 commit acb568d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scriptsharp/ScriptSharp/Script4N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ await Task.WhenAll(
Utils.CreateDesktopShortcut("IntelliJ", UtilsIntellij.PathToIntellij());

await UtilsAndroidStudio.StartAndroidStudio();
Utils.StartKmb();
// Utils.StartKmb();
LogSingleton.Get.LogAndWriteLine(" FAIT Installation 4N6 Android + serveur Spring ");
}

Expand Down
2 changes: 1 addition & 1 deletion scriptsharp/ScriptSharp/Script5N6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ await Task.WhenAll(
Utils.RunCommand(UtilsAndroidStudio.PathToAndroidStudio() + " installPlugins com.github.copilot");
Utils.RunCommand(UtilsAndroidStudio.PathToAndroidStudio() + " installPlugins com.localizely.flutter-intl");
await UtilsFlutter.InstallFlutter();
Utils.StartKmb();
// Utils.StartKmb();
await UtilsAndroidStudio.StartAndroidStudio();
Utils.CreateDesktopShortcut("IntelliJ", UtilsIntellij.PathToIntellij());
LogSingleton.Get.LogAndWriteLine(" FAIT 5N6 Flutter complet");
Expand Down

0 comments on commit acb568d

Please sign in to comment.