# morpheus-plugin-zstack **Repository Path**: zstackio/morpheus-plugin-zstack ## Basic Information - **Project Name**: morpheus-plugin-zstack - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2024-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Morpheus Plugin For ZStack Cloud ================== Requirements ------------ - [gradle](https://services.gradle.org/distributions/gradle-8.3-bin.zip) 8.3 - java jdk 11 build plugin example ------------ ``` - wget https://services.gradle.org/distributions/gradle-8.3-bin.zip -P /tmp - cd /tmp - unzip ./gradle-8.3-bin.zip -d /opt/gradle - vim /etc/profile.d/gradle.sh --- export GRADLE_HOME=/opt/gradle/gradle-8.3 --- export PATH=${GRADLE_HOME}/bin:${PATH} - source /etc/profile.d/gradle.sh - gradle -v (check use version is gradle-8.3) - yum install java-11-openjdk-devel - sudo alternatives --config java (select java 11 version) - java --version (check use version is java 11) - gradle build ``` build jar path ------------ ``` /${project_Path}/build/libs/zstack-0.1.0.jar ```