Skip to content

Commit

Permalink
Setup artifacts for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stashymane committed Feb 15, 2024
1 parent 61f93f7 commit 7fb0e35
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ plugins {
// in each subproject's classloader
alias(libs.plugins.kotlin.multiplatform) apply false
}

allprojects {
group = "dev.stashy.midifunk"
version = "0.7.0-SNAPSHOT"
}
7 changes: 7 additions & 0 deletions devices/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
alias(libs.plugins.kotlin.multiplatform)
id("maven-publish")
}

kotlin {
Expand All @@ -16,3 +17,9 @@ kotlin {
}
}
}

publishing {
repositories {
maven("https://repo.stashy.dev")
}
}
7 changes: 7 additions & 0 deletions events/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
alias(libs.plugins.kotlin.multiplatform)
id("maven-publish")
}

kotlin {
Expand All @@ -16,3 +17,9 @@ kotlin {
}
}
}

publishing {
repositories {
maven("https://repo.stashy.dev")
}
}

0 comments on commit 7fb0e35

Please sign in to comment.