Skip to content

Commit 910fc4f

Browse files
jitpack 4
1 parent 4ed3c5a commit 910fc4f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: build.gradle

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ plugins {
77
group 'com.webirr'
88
version '1.0.3'
99

10+
publishing {
11+
publications {
12+
library(MavenPublication) {
13+
from components.java
14+
}
15+
}
16+
repositories {
17+
maven {
18+
url = uri("${buildDir}/publishing-repository")
19+
}
20+
}
21+
}
22+
1023
repositories {
1124
mavenCentral()
1225
}

0 commit comments

Comments
 (0)