Fix JPS build after removal of IDE plugin from repo
This commit is contained in:
committed by
TeamCityServer
parent
b76cbdaa41
commit
c4d9945782
@@ -155,8 +155,6 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
settings {
|
||||
ideArtifacts {
|
||||
kotlinCompilerJar()
|
||||
|
||||
kotlinPluginJar()
|
||||
|
||||
kotlinReflectJar()
|
||||
|
||||
@@ -168,12 +166,8 @@ if (kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
|
||||
kotlinDaemonClientJar()
|
||||
|
||||
kotlinJpsPluginJar()
|
||||
|
||||
kotlinc()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
dist()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user