Skip to content

Commit

Permalink
fix: add necessary information for POM
Browse files Browse the repository at this point in the history
  • Loading branch information
2BAB committed Dec 30, 2023
1 parent a45489b commit 6637367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ afterEvaluate {
version = BuildConfig.Versions.pluginVersion
pom {
if (publicationName == "pluginMaven") {
name.set(project.name)
name.set(projectName)
}
description.set(mavenDesc)
url.set(siteUrl)
Expand Down
1 change: 1 addition & 0 deletions bundle-tool-plugin/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gradlePlugin {
create("bundle-tool-plugin") {
id = "me.2bab.bundletool"
implementationClass = "me.xx2bab.bundletool.BundleToolPlugin"
displayName = "me.2bab.bundletool"
}
}
}
Expand Down

0 comments on commit 6637367

Please sign in to comment.