We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981f0b commit 29a2f71Copy full SHA for 29a2f71
tests/jvm/org/pantsbuild/example/lib/BUILD
@@ -1 +1,5 @@
1
-scalatest_tests()
+scalatest_tests(
2
+ # These tests are `parametrize`d, so that they will run against two different
3
+ # JDK versions.
4
+ jdk=parametrize(adopt_11="adopt:1.11", adopt_12="adopt:1.12.0.2"),
5
+)
0 commit comments