[FIR] Fix build scripts for plugin prototype

This commit is contained in:
Dmitriy Novozhilov
2020-05-10 22:51:36 +03:00
parent 0c7b04a495
commit a47bab2466
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -584,7 +584,7 @@ tasks {
":compiler:fir:analysis-tests:test", ":compiler:fir:analysis-tests:test",
":compiler:fir:fir2ir:test", ":compiler:fir:fir2ir:test",
":idea:idea-fir:test", ":idea:idea-fir:test",
":plugins:fir:fir-plugin-protoytype:test" ":plugins:fir:fir-plugin-prototype:test"
) )
} }
@@ -9,5 +9,4 @@ sourceSets {
"test" { none() } "test" { none() }
} }
publish()
runtimeJar() runtimeJar()