I found the solution to the problem, I followed @Robert advice. All i needed to do was to configure flutter to use my old java 17 directory
flutter config --jdk-dir <path-to-java-sdk-17-home-directory>
after i did that command everything worked.