File tree 2 files changed +5
-32
lines changed
2 files changed +5
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
4
[GLOBAL ]
5
- pants_version = " 2.11.0.dev3 "
5
+ pants_version = " 2.11.0rc3 "
6
6
backend_packages = [
7
7
# This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
8
8
# backend can be used independently, so there is no need to expose Scala BUILD file
@@ -33,7 +33,7 @@ args = [
33
33
# Configure the specific Scala version to use for a resolve. This version must match the version used for the
34
34
# `jvm_artifact` target providing the scala-library runtime jar.
35
35
[scala .version_for_resolve ]
36
- " jvm-default" = " 2.13.8"
36
+ jvm-default = " 2.13.8"
37
37
38
38
[scalac ]
39
39
args = [
@@ -43,10 +43,9 @@ args = [
43
43
" -P:acyclic:force" ,
44
44
]
45
45
46
- # Globally enabled `scalac` plugins, which are defined as `scalac_plugin` targets. This one is
47
- # defined at the root of the repository.
48
- plugins_global = [" //:acyclic" ]
49
- plugins_global_lockfile = " 3rdparty/jvm/global_scalac_plugins.lock"
46
+ [scalac .plugins_for_resolve ]
47
+ # Globally enabled `scalac` plugins, which are defined as `scalac_plugin` targets.
48
+ jvm-default = " acyclic"
50
49
51
50
[jvm ]
52
51
# Configure remote debugging options that will be used with `test --debug`.
You can’t perform that action at this time.
0 commit comments