-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build lsp4ij plugin from a branch to use in the LTI automated tests #758
Comments
We can generate a zip file by executing |
Attempted a method to construct the lsp4ij plugin from the main branch for use in the LTI automated tests. Essentially, checked out the lsp4ij main branch and used the buildPlugin command to create a zip file from it. |
#833 - This PR has the changes for this issue. |
Checkout any branch of lsp4ij (main or any merge commit SHA) and use the buildPlugin command to create a ZIP file from it. Unzip the file and specify the path to the lib folder as a plugin dependency in build.gradle. |
bash ./gradlew buildPlugin
, check wheather we can checkout the latest merge commit and run./gradlew buildPlugin
The text was updated successfully, but these errors were encountered: