Skip to content

Commit cff1b86

Browse files
pants: upgrade Pants to 2.18.1 (#15)
* pants: upgrade Pants to 2.18.1 * kotlin: use Apple silicon compatible JDK
1 parent bd555e4 commit cff1b86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

44
[GLOBAL]
5-
pants_version = "2.17.0"
5+
pants_version = "2.18.1"
66
backend_packages = [
77
# This repository demonstrates using Pants with Kotlin.
88
#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin_junit_tests(
22
# These tests are `parametrize`d, so that they will run against two different
33
# JDK versions.
4-
jdk=parametrize(adopt_11="adopt:1.11", adopt_12="adopt:1.12.0.2"),
4+
jdk=parametrize(temurin_11="temurin:1.11", temurin_17="temurin:1.17"),
55
)

0 commit comments

Comments
 (0)