Skip to content

Commit

Permalink
EDU-6722: enable tests for AS 233
Browse files Browse the repository at this point in the history
  • Loading branch information
Undin authored and qodana-bot committed Apr 2, 2024
1 parent 058984f commit e770435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intellij-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,9 @@ project("Edu-Android") {
testImplementation(project(":intellij-plugin:jvm-core", "testOutput"))
}

// BACKCOMPAT: enable when 233 studio is available
// BACKCOMPAT: enable when 241 studio is available
tasks.withType<Test> {
enabled = environmentName.toInt() < 233
enabled = environmentName.toInt() < 241
}
}

Expand Down

0 comments on commit e770435

Please sign in to comment.