Skip to content

Commit

Permalink
[avro-builder] add license to POM (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: David Grossman <[email protected]>
  • Loading branch information
dg-builder and David Grossman authored Jun 22, 2022
1 parent 4154243 commit b6769c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions avro-builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ publishing {
description = 'Utility for generating specific record classes out of avro schema files'
url = 'https://github.com/linkedin/avro-util'

licenses {
license {
name = 'BSD 2-Clause'
url = 'https://raw.githubusercontent.com/linkedin/avro-util/master/LICENSE'
}
}

scm {
connection = 'scm:git:git://github.com:linkedin/avro-util.git'
developerConnection = 'scm:git:ssh://github.com:linkedin/avro-util.git'
Expand Down

0 comments on commit b6769c3

Please sign in to comment.