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 514b568 + b4050c6 commit 19cf10fCopy full SHA for 19cf10f
build.gradle
@@ -1,9 +1,9 @@
1
plugins {
2
id "java"
3
+ id "maven-publish"
4
}
5
6
subprojects {
-
7
apply plugin: "java"
8
apply plugin: "maven-publish"
9
@@ -13,6 +13,14 @@ subprojects {
13
sourceCompatibility = 1.8
14
targetCompatibility = 1.8
15
16
+ publishing {
17
+ publications {
18
+ mavenJava(MavenPublication) {
19
+ from components.java
20
+ }
21
22
23
+
24
repositories {
25
mavenCentral()
26
0 commit comments