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 279fabb commit 76914a9Copy full SHA for 76914a9
build.gradle
@@ -28,6 +28,7 @@ subprojects {
28
}
29
30
artifacts {
31
+ archives jar
32
archives sourcesJar
33
34
@@ -103,7 +104,7 @@ subprojects {
103
104
// def releaseRepo = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
105
// def snaphostRepo = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
106
// name = "OSSRH"
-// url = isReleaseVersion ? releaseRepo : snaphostRepo //"https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
107
+// url = isReleaseVersion ? releaseRepo : snaphostRepo
108
// credentials {
109
// username = System.env.SONATYPE_USERNAME
110
// password = System.env.SONATYPE_PASSWORD
0 commit comments