Pill: Fix new annotations-13.0 configuration

This commit is contained in:
Yan Zhulanow
2019-02-19 23:39:28 +03:00
parent 632b9ac38c
commit a21802ee51
+1 -1
View File
@@ -38,7 +38,7 @@ class JpsCompatiblePlugin : Plugin<Project> {
listOf(PDependency.Library("annotations-13.0"))
)
},
DependencyMapper("org.jetbrains", "annotations", "default", version = "13.0") {
DependencyMapper("org.jetbrains", "annotations", "default", "runtime", version = "13.0") {
MappedDependency(
null,
listOf(PDependency.Library("annotations-13.0"))