File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
3333sourceSets {
3434 main {
3535 java {
36- setSrcDirs(listOf (" src/main/kotlin" , " src/main/gen " ))
36+ setSrcDirs(listOf (" src/main/kotlin" ))
3737 }
3838 }
3939}
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ pluginGroup = com.github.tempest.framework
44pluginName = Tempest PHP
55pluginRepositoryUrl = 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
1313platformType = IU
You can’t perform that action at this time.
0 commit comments