microsoft / sql-server-language-extensions

language-extensions-sqlserver
Other
106 stars 42 forks source link

[Java Extension] Rename jar file to mssql-java-lang-extension-linux.jar for linux and remove the jar file from windows zip #48

Closed SicongLiu2000 closed 4 months ago

SicongLiu2000 commented 4 months ago

This PR renames the jar file form mssql-java-lang-extension.jar to mssql-java-lang-extension-linux.jar to differentiate between the windows' jar file. The PR also removes the jar file from the zip package for linux since we plan to release the jar file along with the zip in the Assets so that users do not need to unzip the package to get the jar file.

Small fix: change the default java home to java 17 that is installed during the restore-packages.sh