Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 1a38862

Browse files
authored
Merge pull request #16 from snyk/fix/missing-name-attribute
fix: add missing name attribute for generated pom.xml
2 parents 8bf1361 + 526cb4a commit 1a38862

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ publishing {
7979
pom {
8080
description = "Snyk Code Public API package in Java"
8181
url = "https://github.com/snyk/snyk-code-client"
82+
name = "Snyk Code API Client"
8283
developers {
8384
developer {
8485
id = "ArtsiomCh"

0 commit comments

Comments
 (0)