We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff6882 commit cd83f0cCopy full SHA for cd83f0c
pants.toml
@@ -2,7 +2,7 @@
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
4
[GLOBAL]
5
-pants_version = "2.17.0"
+pants_version = "2.18.0"
6
backend_packages = [
7
# This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
8
# backend can be used independently, so there is no need to expose Scala BUILD file
tests/jvm/org/pantsbuild/example/lib/BUILD
@@ -1,5 +1,5 @@
1
scalatest_tests(
# These tests are `parametrize`d, so that they will run against two different
# JDK versions.
- jdk=parametrize(adopt_11="adopt:1.11", adopt_12="adopt:1.12.0.2"),
+ jdk=parametrize(temurin_11="temurin:1.11", temurin_17="temurin:1.17"),
)
0 commit comments