We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07f53ff + 1770668 commit 8ed02a6Copy full SHA for 8ed02a6
1 file changed
build.gradle.kts
@@ -1,6 +1,25 @@
1
allprojects {
2
group = "com.github.pedroSG94"
3
version = "2.6.4"
4
+
5
+ plugins.withType<PublishingPlugin> {
6
+ configure<PublishingExtension> {
7
+ publications.withType<MavenPublication>().all {
8
+ pom {
9
+ name = "RootEncoder"
10
+ description = "A stream encoder to push video/audio to media servers"
11
+ url = "https://github.com/pedroSG94/RootEncoder"
12
+ licenses {
13
+ license {
14
+ name = "Apache-2.0"
15
+ url = "https://www.apache.org/licenses/LICENSE-2.0.txt"
16
+ distribution = "manual"
17
+ }
18
19
20
21
22
23
}
24
25
plugins {
0 commit comments