Skip to content

Commit

Permalink
Tidy up base names.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Jun 9, 2024
1 parent 8e16f18 commit 8aed54a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ plugins {
alias(libs.plugins.binaryValidator)
}

base {
archivesName = "core"
}

config {
applyLayout = false
}
Expand Down
2 changes: 1 addition & 1 deletion core/compat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ plugins {
}

base {
archivesName = "xmlutil"
archivesName = "compat"
}

val autoModuleName = "net.devrieze.xmlutil.core"
Expand Down

0 comments on commit 8aed54a

Please sign in to comment.