Skip to content

Commit

Permalink
Fix artifact/version names
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed May 25, 2024
1 parent ae9fefc commit f1fc9b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions bettersleeping-1.17/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
base {
archivesName = archivesName.get() + '+1.17'
}
version += '+1.17'

dependencies {
include implementation(project(path: ':bettersleeping-core', configuration: 'namedElements'))
Expand Down
4 changes: 1 addition & 3 deletions bettersleeping-1.19/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
base {
archivesName = archivesName.get() + '+1.19'
}
version += '+1.19'

dependencies {
include implementation(project(path: ':bettersleeping-core', configuration: 'namedElements'))
Expand Down
2 changes: 1 addition & 1 deletion bettersleeping-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base {
archivesName = archivesName.get() + '-core'
archivesBaseName += '-core'
}

dependencies {
Expand Down

0 comments on commit f1fc9b5

Please sign in to comment.