Skip to content

Commit bd94c6e

Browse files
committed
add license info to pom file
1 parent 7d2b9d9 commit bd94c6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,13 @@ subprojects { project ->
215215
}
216216
}
217217
url = scmHttpsUrl
218+
licenses {
219+
license {
220+
name = "Apache License, Version 2.0"
221+
url = "https://www.apache.org/licenses/LICENSE-2.0"
222+
distribution = "repo"
223+
}
224+
}
218225
}
219226
}
220227
}

0 commit comments

Comments
 (0)