Build: Fix kotlin-stdlib-jvm-minimal-for-test usages
Name changed after publishing with main artifacts for external usage
This commit is contained in:
@@ -321,7 +321,7 @@ fun NamedDomainObjectContainer<TopLevelArtifact>.dist() {
|
||||
file("$rootDir/build/build.txt")
|
||||
|
||||
// Use output-file-name when fixed https://github.com/JetBrains/gradle-idea-ext-plugin/issues/63
|
||||
archive("kotlin-stdlib-minimal-for-test.jar") {
|
||||
archive("kotlin-stdlib-jvm-minimal-for-test.jar") {
|
||||
extractedDirectory(stdlibMinimal.singleFile)
|
||||
}
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<trust group="org.jetbrains.kotlin" name="builtins"/>
|
||||
<trust group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk7"/>
|
||||
<trust group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk8"/>
|
||||
<trust group="org.jetbrains.kotlin" name="kotlin-stdlib-minimal-for-test"/>
|
||||
<trust group="org.jetbrains.kotlin" name="kotlin-stdlib-jvm-minimal-for-test"/>
|
||||
<trust group="org.jetbrains.kotlin" name="kotlin-project-model"/>
|
||||
<trust file="kotlin-native-prebuilt-.*" regex="true"/>
|
||||
<trust file=".*-javadoc[.]jar" regex="true"/>
|
||||
|
||||
Reference in New Issue
Block a user