src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/VerifyPluginTask.kt (3 lines): - line 46: // TODO: Use Reporting for handling verification report output? See: https://docs.gradle.org/current/dsl/org.gradle.api.reporting.Reporting.html - line 47: // TODO: Parallel run? https://docs.gradle.org/current/userguide/worker_api.html#converting_to_worker_api - line 321: // TODO check PV version src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/ComposedJarTask.kt (2 lines): - line 64: // TODO: a possible fix for #1892 - line 90: // TODO: a possible fix for #1892 src/main/kotlin/org/jetbrains/intellij/platform/gradle/plugins/project/IntelliJPlatformModulePlugin.kt (2 lines): - line 77: // TODO: a possible fix for #1892 - line 156: // TODO: required for test fixtures? src/main/kotlin/org/jetbrains/intellij/platform/gradle/Constants.kt (2 lines): - line 180: const val PREPARE_TEST_IDE_PERFORMANCE_SANDBOX = "prepareTestIdePerformanceSandbox" // TODO: check - line 187: const val TEST_IDE_PERFORMANCE = "testIdePerformance" // TODO: check src/integrationTest/kotlin/org/jetbrains/intellij/platform/gradle/DependenciesValidationIntegrationTest.kt (2 lines): - line 341: // TODO: verify missing IntelliJ Platform dependency when no repositories are added - line 342: // TODO: use IntelliJ Platform from local src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/TestIdeTask.kt (1 line): - line 145: // TODO: Check if that's a good approach of resolving dependencies from IntelliJ Platform submodules src/main/kotlin/org/jetbrains/intellij/platform/gradle/IntelliJPlatformType.kt (1 line): - line 10: // TODO any changes must be synchronized with src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformDependenciesExtension.kt (1 line): - line 35: // TODO synchronize with src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/companion/JarCompanion.kt (1 line): - line 29: task.dependsOn(generateManifestTaskProvider) // TODO: remove when fixed: https://github.com/gradle/gradle/issues/25435 src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformRepositoriesHelper.kt (1 line): - line 118: includeGroup(Dependencies.MARKETPLACE_GROUP) // TODO: parametrize? src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/PublishPluginTask.kt (1 line): - line 154: // TODO: can this be done in any other way? src/integrationTest/kotlin/org/jetbrains/intellij/platform/gradle/TestClasspathProjectResourcesIntegrationTest.kt (1 line): - line 22: // TODO: don't use [File.separator] src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/VerifyPluginStructureTask.kt (1 line): - line 27: * TODO: Use Reporting for handling verification report output? See: https://docs.gradle.org/current/dsl/org.gradle.api.reporting.Reporting.html build.gradle.kts (1 line): - line 107: // dependsOn(testing.suites.getByName("integrationTest")) // TODO: run after `test`?