Skip to content

Commit

Permalink
Work around publishing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Mar 5, 2021
1 parent d465ae4 commit 574fa39
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@ plugins {

val dataforgeVersion by extra("0.4.0-dev-1")

val githubProject by extra("plotly.kt")

allprojects {
group = "space.kscience"
version = "0.4.0-dev-1"

repositories {
mavenLocal()
maven("https://repo.kotlin.link")
maven("https://kotlin.bintray.com/kotlinx")
}

if(name.startsWith("plotlykt")){
apply(plugin = "ru.mipt.npm.gradle.publish")
}
}

apiValidation {
ignoredProjects.addAll(listOf("examples", "fx-demo", "js-demo"))
}

ksciencePublish{
githubProject = "plotly.kt"
spaceRepo = "https://maven.pkg.jetbrains.space/mipt-npm/p/sci/maven"
}

Expand Down
9 changes: 9 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
org.gradle.parallel=true

kotlin.code.style=official
kotlin.parallel.tasks.in.project=true

kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.mpp.stability.nowarn=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
val kotlinVersion = "1.4.30"
val kotlinVersion = "1.4.31"
val toolsVersion = "0.8.4"

repositories {
Expand Down

0 comments on commit 574fa39

Please sign in to comment.