tree: 4a7ffab878fbfd7adce3f80839bc7692f418c8fe [path history] [tgz]
  1. jps-common/
  2. jps-platform-api-signatures/
  3. jps-plugin/
  4. README.md
jps/README.md

How to publish JPS locally to consume it in Intellij Idea

../gradlew -p ./.. -Ppublish.ide.plugin.dependencies=true install && \
../gradlew -p ./.. -Ppublish.ide.plugin.dependencies=true installIdeArtifacts  && \
../gradlew -p ./.. -Ppublish.ide.plugin.dependencies=true installJps && \
echo Finished successfully