mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] Prolong Build tools feedback in-IDE form until 01.12.2025
KTIJ-32277 (cherry picked from commit dab36a75f584d24b5f3cd1f429bed64fdecc5aae) IJ-CR-150046 GitOrigin-RevId: 91b9f977e512f01460cf2f0ad599cc0d2a4abce9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3375a8093e
commit
3c83acc797
@@ -12,7 +12,7 @@ import kotlinx.datetime.LocalDate
|
||||
class BuildProcessSatisfactionSurveyConfig : InIdeFeedbackSurveyConfig {
|
||||
|
||||
override val surveyId: String = "kotlin_gradle_build_process_feedback"
|
||||
override val lastDayOfFeedbackCollection: LocalDate = LocalDate(2024, 11, 1)
|
||||
override val lastDayOfFeedbackCollection: LocalDate = LocalDate(2025, 12, 1)
|
||||
override val requireIdeEAP: Boolean = false
|
||||
|
||||
override fun createFeedbackDialog(project: Project, forTest: Boolean): BlockBasedFeedbackDialogWithEmail<out SystemDataJsonSerializable> {
|
||||
|
||||
Reference in New Issue
Block a user