Skip to content

Commit

Permalink
Revert deprecation of JvmLibrary component interface
Browse files Browse the repository at this point in the history
This was deprecated as part of #11598. We missed that it can also be
used in artifact resolution queries which are not (yet) deprecated.

For example:

dependencies {
  createArtifactResolutionQuery().withArtifacts(JvmLibrary, ...)
}
  • Loading branch information
jjohannes committed Feb 22, 2020
1 parent 920d4d1 commit 22676ac
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -23,6 +23,5 @@
* A Library component that runs on the Java Virtual Machine.
*/
@Incubating
@Deprecated
public interface JvmLibrary extends Library {
}

0 comments on commit 22676ac

Please sign in to comment.