Build: Make Gradle plugin publications reuse POMs from the main one

#KTI-571
This commit is contained in:
Vyacheslav Gerasimov
2021-06-04 03:00:56 +03:00
committed by teamcityserver
parent 80677c88cb
commit a0469a1d62
10 changed files with 40 additions and 16 deletions
-4
View File
@@ -35,10 +35,6 @@ configure(pluginProjects) { project ->
vcsUrl = 'https://github.com/JetBrains/kotlin/'
description = 'Kotlin plugins for Gradle'
tags = ['kotlin']
mavenCoordinates {
groupId = "org.jetbrains.kotlin"
}
}
}
}