File tree Expand file tree Collapse file tree 2 files changed +5
-32
lines changed Expand file tree Collapse file tree 2 files changed +5
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
44[GLOBAL ]
5- pants_version = " 2.11.0.dev3 "
5+ pants_version = " 2.11.0rc3 "
66backend_packages = [
77 # This repository demonstrates a mix of Java and Scala, and so both backends are enabled. But each
88 # backend can be used independently, so there is no need to expose Scala BUILD file
@@ -33,7 +33,7 @@ args = [
3333# Configure the specific Scala version to use for a resolve. This version must match the version used for the
3434# `jvm_artifact` target providing the scala-library runtime jar.
3535[scala .version_for_resolve ]
36- " jvm-default" = " 2.13.8"
36+ jvm-default = " 2.13.8"
3737
3838[scalac ]
3939args = [
@@ -43,10 +43,9 @@ args = [
4343 " -P:acyclic:force" ,
4444]
4545
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"
5049
5150[jvm ]
5251# Configure remote debugging options that will be used with `test --debug`.
You can’t perform that action at this time.
0 commit comments