We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d48ed commit 1a8738bCopy full SHA for 1a8738b
1 file changed
task-tracker-plugin/build.gradle.kts
@@ -54,7 +54,7 @@ dependencies {
54
testImplementation("junit:junit:4.12")
55
56
intellijPlatform {
57
- val ideVersion = System.getenv().getOrDefault("TASK_TRACKER_PYCHARM_VERSION", "2024.3.2")
+ val ideVersion = System.getenv().getOrDefault("TASK_TRACKER_PYCHARM_VERSION", "2024.3.3")
58
println("Using ide version: $ideVersion")
59
create("PY", ideVersion) // 'PY' for PyCharm Professional, 'PC' for PyCharm Community
60
instrumentationTools()
0 commit comments