Открыть боковую панель
Aurora OS
Kotlin Multiplatform
Libraries
ktor
Коммиты
c1126e8b
Коммит
c1126e8b
создал
Янв 24, 2019
по автору
Leonid.Stashevsky
Просмотр файлов
Fix replace kotlinMultiplatform dependencies in pom
владелец
b1773faa
Изменения
1
Скрыть пробелы
Построчно
Рядом
gradle/publish.gradle
Просмотр файла @
c1126e8b
...
@@ -56,6 +56,11 @@ publishing {
...
@@ -56,6 +56,11 @@ publishing {
def
type
=
it
.
name
def
type
=
it
.
name
def
id
=
selectArtifactId
(
project
,
type
,
it
.
artifactId
)
def
id
=
selectArtifactId
(
project
,
type
,
it
.
artifactId
)
it
.
artifactId
=
id
it
.
artifactId
=
id
if
(
type
==
'kotlinMultiplatform'
)
{
kotlin
.
rootSoftwareComponent
$kotlin_gradle_plugin
.
publicationDelegate
=
publishing
.
publications
.
getByName
(
"kotlinMultiplatform"
)
}
if
(
id
.
endsWith
(
'native'
))
{
if
(
id
.
endsWith
(
'native'
))
{
it
.
artifact
stubJavadoc
it
.
artifact
stubJavadoc
it
.
artifact
stubDokka
it
.
artifact
stubDokka
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать