Skip to content

Commit e52b80b

Browse files
committed
Update build configuration: add product descriptor and bump plugin version to 2025.1.1
1 parent 5e9497d commit e52b80b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ intellijPlatform {
5151
sinceBuild.set(config("platformSinceBuild"))
5252
untilBuild.set(provider { null })
5353
}
54+
55+
productDescriptor {
56+
code = "PPYTHONBYTECODE"
57+
releaseDate = "20250730"
58+
releaseVersion = "202511"
59+
optional = true
60+
}
5461
}
5562

5663
buildSearchableOptions = false

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jvmVersion=21
1111
# Plugin
1212
group=dev.meanmail
1313
pluginName=Python Bytecode
14-
version=2025.1
14+
version=2025.1.1
1515
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
1616
kotlin.stdlib.default.dependency=false
1717
#

0 commit comments

Comments
 (0)