Skip to content

Commit

Permalink
chore: Support Jetbrains IDEs 243 - add dependency on optentest4j,
Browse files Browse the repository at this point in the history
as it has been dropped from the platform
  • Loading branch information
tpasternak committed Sep 24, 2024
1 parent 1d56586 commit 53e26e7
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 3 deletions.
4 changes: 3 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ maven.install(
name = "maven",
artifacts = [
"junit:junit:4.13.2",
"org.opentest4j:opentest4j:1.3.0",
"org.mockito:mockito-core:5.8.0",
"org.objenesis:objenesis:3.3",
"net.bytebuddy:byte-buddy:1.14.0",
Expand Down Expand Up @@ -106,10 +107,11 @@ maven.install(
)
use_repo(
maven,
"com_google_guava_failureaccess",
"com_google_guava_guava",
"com_google_j2objc_j2objc_annotations",
"com_google_guava_failureaccess",
"maven",
"org_opentest4j_opentest4j",
"unpinned_maven",
auto_value = "com_google_auto_value_auto_value",
auto_value_annotations = "com_google_auto_value_auto_value_annotations",
Expand Down
1 change: 1 addition & 0 deletions base/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,6 @@ intellij_integration_test_suite(
"@com_google_guava_guava//jar",
"@error_prone_annotations//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
1 change: 1 addition & 0 deletions gazelle/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ intellij_integration_test_suite(
"//intellij_platform_sdk:plugin_api_for_tests",
"//intellij_platform_sdk:test_libs",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
1 change: 1 addition & 0 deletions golang/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ intellij_integration_test_suite(
"//third_party/go:go_for_tests",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
1 change: 1 addition & 0 deletions ijwb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,6 @@ intellij_integration_test_suite(
"//intellij_platform_sdk:test_libs",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
2 changes: 2 additions & 0 deletions java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ intellij_unit_test_suite(
"//testing:lib",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)

Expand Down Expand Up @@ -228,6 +229,7 @@ java_binary(
"//shared",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
"@truth//jar",
],
)
Expand Down
1 change: 1 addition & 0 deletions javascript/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ intellij_integration_test_suite(
"//third_party/javascript:javascript_for_tests",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
1 change: 1 addition & 0 deletions kotlin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ intellij_integration_test_suite(
"//third_party/auto_value",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
14 changes: 12 additions & 2 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": -1340736648,
"__RESOLVED_ARTIFACTS_HASH": 1712402666,
"__INPUT_ARTIFACTS_HASH": 728228764,
"__RESOLVED_ARTIFACTS_HASH": 247655140,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.10.1",
"com.google.errorprone:error_prone_annotations:2.20.0": "com.google.errorprone:error_prone_annotations:2.23.0",
Expand Down Expand Up @@ -157,6 +157,12 @@
},
"version": "3.3"
},
"org.opentest4j:opentest4j": {
"shasums": {
"jar": "48e2df636cab6563ced64dcdff8abb2355627cb236ef0bf37598682ddf742f1b"
},
"version": "1.3.0"
},
"org.ow2.asm:asm": {
"shasums": {
"jar": "b62e84b5980729751b0458c534cf1366f727542bb8d158621335682a460f0353"
Expand Down Expand Up @@ -571,6 +577,9 @@
"org.objenesis.instantiator.util",
"org.objenesis.strategy"
],
"org.opentest4j:opentest4j": [
"org.opentest4j"
],
"org.ow2.asm:asm": [
"org.objectweb.asm",
"org.objectweb.asm.signature"
Expand Down Expand Up @@ -602,6 +611,7 @@
"org.hamcrest:hamcrest-core",
"org.mockito:mockito-core",
"org.objenesis:objenesis",
"org.opentest4j:opentest4j",
"org.ow2.asm:asm"
]
},
Expand Down
1 change: 1 addition & 0 deletions plugin_dev/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ intellij_integration_test_suite(
"//intellij_platform_sdk:test_libs",
"//third_party/devkit:devkit_for_tests",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)
1 change: 1 addition & 0 deletions scala/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ intellij_integration_test_suite(
"//third_party/scala:scala_for_tests",
"@com_google_guava_guava//jar",
"@junit//jar",
"@org_opentest4j_opentest4j//jar",
],
)

0 comments on commit 53e26e7

Please sign in to comment.