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.
1 parent 1e35f79 commit 883c41aCopy full SHA for 883c41a
build.gradle
@@ -71,6 +71,14 @@ subprojects {
71
reproducibleFileOrder = true
72
duplicatesStrategy = DuplicatesStrategy.INCLUDE // allow duplicates
73
}
74
+
75
+ publishing {
76
+ publications {
77
+ mavenJava(MavenPublication) {
78
+ from components.java
79
+ }
80
81
82
83
84
task copyToParent(type: Copy) {
jitpack.yml
@@ -1,2 +1,2 @@
1
install:
2
- - ./gradlew clean -xtest -xlint -xcheck -PbinaryRelease=false install
+ - ./gradlew clean -xtest -xlint -xcheck -PbinaryRelease=false publishToMavenLocal
0 commit comments