Skip to content

Commit

Permalink
chore: deleted unused comments
Browse files Browse the repository at this point in the history
Signed-off-by: rehan <[email protected]>
  • Loading branch information
RehanChalana committed Oct 12, 2024
1 parent 0835974 commit 827fdaa
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ repositories {

// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
dependencies {
// implementation(libs.annotations)

val type = properties("platformType")
val version = properties("platformVersion")
Expand Down Expand Up @@ -86,8 +85,8 @@ intellijPlatform {
}

ideaVersion {
// sinceBuild = providers.gradleProperty("pluginSinceBuild")
// untilBuild = providers.gradleProperty("pluginUntilBuild")
sinceBuild = providers.gradleProperty("pluginSinceBuild")
untilBuild = providers.gradleProperty("pluginUntilBuild")
}
}

Expand Down Expand Up @@ -135,25 +134,3 @@ tasks {
channels = properties("pluginVersion").map { listOf(it.split('-').getOrElse(1) { "default" }.split('.').first()) }
}
}

//intellijPlatformTesting {
// runIde {
// register("runIdeForUiTests") {
// task {
//
// jvmArgumentProviders += CommandLineArgumentProvider {
// listOf(
// "-Drobot-server.port=8082",
// "-Dide.mac.message.dialogs.as.sheets=false",
// "-Djb.privacy.policy.text=<!--999.999-->",
// "-Djb.consents.confirmation.enabled=false",
// )
// }
// }
//
// plugins {
// robotServerPlugin()
// }
// }
// }
//}

0 comments on commit 827fdaa

Please sign in to comment.