You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new function `detectLanguageLevel` to the `JavaBuildSystemProvider` class. This function is used to determine the language level of the Java project. It first checks the project SDK and if not found, it checks the module SDK. The detected language level is then used to set the `languageVersion` property in the `DockerfileContext` object. This feature enhances the accuracy of language version
0 commit comments