# The :projector-server:runServer task requires the following two declarations. It's example for projector-demo, don't forget to fix path: projectorLauncher.targetClassPath=/home//IdeaProjects/projector-demo/build/libs/projector-demo-original-1.0-SNAPSHOT.jar projectorLauncher.classToLaunch=org.jetbrains.projector.demo.OriginalMain # The :projector-server:runIdeaServer task requires the following single declaration. Don't forget to fix path. # Linux example projectorLauncher.ideaPath=/home//.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-2/193.6494.35 # macOs example: #projectorLauncher.ideaPath=/Users//Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/213.6777.52/IntelliJ IDEA.app/Contents # If you want to use local projector-client:projector-common module, define the following property: useLocalProjectorClient=true # Forbid IDE and plugins updates. Defaults to true. Has no effect in agent mode. ORG_JETBRAINS_PROJECTOR_SERVER_DISABLE_IDEA_UPDATES=true # to enable connections via relay define both next variables #ORG_JETBRAINS_PROJECTOR_SERVER_RELAY_URL=localhost #ORG_JETBRAINS_PROJECTOR_SERVER_RELAY_SERVER_ID=DEFAULT_SERVER_ID