Skip to content

Instantly share code, notes, and snippets.

@hsz
Created November 24, 2020 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsz/73071a4ffa859de8900214241aeabb6c to your computer and use it in GitHub Desktop.
Save hsz/73071a4ffa859de8900214241aeabb6c to your computer and use it in GitHub Desktop.
Link project with locally built Gradle IntelliJ Plugin
rootProject.name = 'my project'
includeBuild '../../../Projects/JetBrains/gradle-intellij-plugin'
buildscript {
dependencies {
classpath files('../../../JetBrains/gradle-intellij-plugin/build/libs/gradle-intellij-plugin-0.6.5.jar')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment