Skip to content

Commit

Permalink
Fix deploy in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Nov 27, 2020
1 parent d99bd06 commit 44096de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions plotlykt-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
plugins {
id("ru.mipt.npm.mpp")
id("ru.mipt.npm.publish")
}

kscience {
useDokka()
publish()
}

val dataforgeVersion: String by rootProject.extra
Expand Down
3 changes: 1 addition & 2 deletions plotlykt-script/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
plugins {
id("ru.mipt.npm.jvm")
id("ru.mipt.npm.publish")
application
}

kscience{
useDokka()
application()
publish()
}

repositories {
Expand Down
3 changes: 1 addition & 2 deletions plotlykt-server/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
plugins {
id("ru.mipt.npm.jvm")
id("ru.mipt.npm.publish")
}

kscience{
useDokka()
publish()
}

//repositories {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pluginManagement {
}

plugins {
id("ru.mipt.npm.kscience") version toolsVersion
id("ru.mipt.npm.project") version toolsVersion
id("ru.mipt.npm.mpp") version toolsVersion
id("ru.mipt.npm.jvm") version toolsVersion
Expand Down

0 comments on commit 44096de

Please sign in to comment.