Skip to content

Commit 77d1651

Browse files
authored
Further updates to nullaway-bom POM properties (#1384)
* Set packaging to pom instead of jar * Set a better name and description Tested locally and the generated POM better matches [what AssertJ does](https://repo1.maven.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated NullAway Bill of Materials package metadata and configuration, including naming and packaging format, to properly identify and document its purpose for managing multiple NullAway artifacts. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6a29dce commit 77d1651

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nullaway-bom/gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
POM_NAME=NullAway
17+
POM_NAME=NullAway (Bill of Materials)
1818
POM_ARTIFACT_ID=nullaway-bom
19-
POM_PACKAGING=jar
19+
POM_PACKAGING=pom
20+
POM_DESCRIPTION=This Bill of Materials POM can be used to ease dependency management when referencing multiple NullAway artifacts using Gradle or Maven.

0 commit comments

Comments
 (0)