Build the PF4J Gradle Demo
masterTo build the PF4J Gradle demo project, navigate to the demo_gradle directory and use the Gradle wrapper to run the build command. This process generates the application uberjar and the plugin zip files.
Build Outputs:
- Application:
app/build/libs/app-plugin-demo-uberjar.jar - Plugins: Three zip files located in
build/plugins/:plugin-hello-plugin-0.0.1.zipplugin-KotlinPlugin-1.0.0.zipplugin-welcome-plugin-0.0.1.zip
cd demo_gradle
./gradlew build