Skip to content

Commit e4331b2

Browse files
committed
chore: sync plugin/platform versions
1 parent c7bc074 commit e4331b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
sourceSets {
3434
main {
3535
java {
36-
setSrcDirs(listOf("src/main/kotlin", "src/main/gen"))
36+
setSrcDirs(listOf("src/main/kotlin"))
3737
}
3838
}
3939
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pluginGroup = com.github.tempest.framework
44
pluginName = Tempest PHP
55
pluginRepositoryUrl = https://github.com/tempestphp/tempest-phpstorm-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2025.0.1
7+
pluginVersion = 2025.0.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 243
10+
pluginSinceBuild = 251
1111

1212
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1313
platformType = IU

0 commit comments

Comments
 (0)