Skip to content

Commit

Permalink
Move group declaration to top-level build file
Browse files Browse the repository at this point in the history
  • Loading branch information
russell committed Sep 2, 2024
1 parent 7e1511b commit 0f1f9ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ plugins {
alias(libs.plugins.kotlin.binaryCompatibilityValidator)
}

allprojects {
group = "com.russhwolf"
}

nexusPublishing {
repositories {
sonatype()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ plugins {
// https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
val libs = the<LibrariesForLibs>()

group = "com.russhwolf"
version = libs.versions.multiplatformSettings.get()

publishing {
Expand Down

0 comments on commit 0f1f9ca

Please sign in to comment.