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

Commit

Permalink
Merge pull request #16 from snyk/fix/missing-name-attribute
Browse files Browse the repository at this point in the history
fix: add missing name attribute for generated pom.xml
  • Loading branch information
pavel-snyk authored Feb 21, 2021
2 parents 8bf1361 + 526cb4a commit 1a38862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ publishing {
pom {
description = "Snyk Code Public API package in Java"
url = "https://github.com/snyk/snyk-code-client"
name = "Snyk Code API Client"
developers {
developer {
id = "ArtsiomCh"
Expand Down

0 comments on commit 1a38862

Please sign in to comment.