Skip to content

Commit

Permalink
Include space_tracer source files in PyCharm jar.
Browse files Browse the repository at this point in the history
Follow up to #627.
  • Loading branch information
donkirkby committed Nov 27, 2024
1 parent 5cd2582 commit 58b478a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pycharm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ dependencies {
}
}

sourceSets {
main {
resources {
srcDirs("../plugin/PySrc")
exclude("**/*.pyc")
exclude("*.egg-info")
}
}
}

// Configure IntelliJ Platform Gradle Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html
intellijPlatform {
pluginVerification {
Expand Down

0 comments on commit 58b478a

Please sign in to comment.