forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support usage of
scala_artifact
addresses in scalac_plugin
targets (
pantsbuild#19205) This allows to reference a `scala_artifact` target in the `artifact` field of a `scalac_plugin`
- Loading branch information
1 parent
c7b74fd
commit 704f7ba
Showing
6 changed files
with
278 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
src/python/pants/backend/scala/compile/acyclic-scala212.test.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This lockfile was autogenerated by Pants. To regenerate, run: | ||
# | ||
# pants internal-generate-test-lockfile-fixtures :: | ||
# | ||
# --- BEGIN PANTS LOCKFILE METADATA: DO NOT EDIT OR REMOVE --- | ||
# { | ||
# "version": 1, | ||
# "generated_with_requirements": [ | ||
# "com.lihaoyi:acyclic_2.12:0.2.1,url=not_provided,jar=not_provided", | ||
# "org.scala-lang:scala-library:2.12.15,url=not_provided,jar=not_provided" | ||
# ] | ||
# } | ||
# --- END PANTS LOCKFILE METADATA --- | ||
|
||
[[entries]] | ||
directDependencies = [] | ||
dependencies = [] | ||
file_name = "com.lihaoyi_acyclic_2.12_0.2.1.jar" | ||
|
||
[entries.coord] | ||
group = "com.lihaoyi" | ||
artifact = "acyclic_2.12" | ||
version = "0.2.1" | ||
packaging = "jar" | ||
[entries.file_digest] | ||
fingerprint = "f20318175f5404bd9d5128c9147d561f62dcf11bf9ffb9911ab66dbadcaf2ba3" | ||
serialized_bytes_length = 64455 | ||
[[entries]] | ||
directDependencies = [] | ||
dependencies = [] | ||
file_name = "org.scala-lang_scala-library_2.12.15.jar" | ||
|
||
[entries.coord] | ||
group = "org.scala-lang" | ||
artifact = "scala-library" | ||
version = "2.12.15" | ||
packaging = "jar" | ||
[entries.file_digest] | ||
fingerprint = "e518bb640e2175de5cb1f8e326679b8d975376221f1b547757de429bbf4563f0" | ||
serialized_bytes_length = 5443542 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.