Skip to content

Commit 1a8738b

Browse files
committed
Updated build.gradle.kts to support PyCharm 2024.3.3
1 parent e9d48ed commit 1a8738b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task-tracker-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testImplementation("junit:junit:4.12")
5555

5656
intellijPlatform {
57-
val ideVersion = System.getenv().getOrDefault("TASK_TRACKER_PYCHARM_VERSION", "2024.3.2")
57+
val ideVersion = System.getenv().getOrDefault("TASK_TRACKER_PYCHARM_VERSION", "2024.3.3")
5858
println("Using ide version: $ideVersion")
5959
create("PY", ideVersion) // 'PY' for PyCharm Professional, 'PC' for PyCharm Community
6060
instrumentationTools()

0 commit comments

Comments
 (0)