Skip to content

Commit

Permalink
Add maven
Browse files Browse the repository at this point in the history
  • Loading branch information
dgehriger committed Jan 17, 2025
1 parent 83a581f commit 8e24945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
sudo tar -xvzf atlassian-plugin-sdk.tar.gz -C /opt
sdk_dir=$(find /opt -maxdepth 1 -type d -name "atlassian-plugin-sdk-*")
sudo mv $sdk_dir /opt/atlassian-plugin-sdk
sudo chmod -R +x "/opt/atlassian-plugin-sdk/bin"
sudo chmod -R +x /opt/atlassian-plugin-sdk/bin
sudo chmod -R +x /opt/atlassian-plugin-sdk/apache-maven-*/bin
echo "/opt/atlassian-plugin-sdk/bin" >> $GITHUB_PATH
echo "/opt/atlassian-plugin-sdk/apache-maven-*/bin" >> $GITHUB_PATH
# Verify SDK installation
- name: Verify Atlassian SDK installation
Expand Down

0 comments on commit 8e24945

Please sign in to comment.