[Build] Remove kotlin-gradle-plugin-compiler-dependencies

We should consider the information from the removed buildscript to resolve KT-61706
^KT-62650 Fixed
This commit is contained in:
Alexander.Likhachev
2023-10-31 15:14:42 +01:00
committed by Space Team
parent defa0b955b
commit 0333985445
4 changed files with 1 additions and 83 deletions
@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-compiler-dependencies</artifactId>
<version>ArtifactsTest.version</version>
<name>Kotlin Gradle Plugin Compiler Dependencies</name>
<description>Kotlin Compiler dependencies (used directly in KGP)</description>
<url>https://kotlinlang.org/</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Kotlin Team</name>
<organization>JetBrains</organization>
<organizationUrl>https://www.jetbrains.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
<developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
<url>https://github.com/JetBrains/kotlin</url>
</scm>
</project>