Skip to content

Commit

Permalink
Add `-lt suffix to artifact to avoid confusing dependencies with up…
Browse files Browse the repository at this point in the history
…stream
  • Loading branch information
Gegy committed Sep 9, 2024
1 parent 3fabca3 commit 4ae77bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

base {
archivesName = project.mod_id
archivesName = project.mod_id + "-lt"
}
version = project.mod_version
group = project.maven_group
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = 'placeholder-api'
rootProject.name = 'placeholder-api-lt'

0 comments on commit 4ae77bd

Please sign in to comment.