Skip to content

Commit 76914a9

Browse files
committed
CI
1 parent 279fabb commit 76914a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ subprojects {
2828
}
2929

3030
artifacts {
31+
archives jar
3132
archives sourcesJar
3233
}
3334

@@ -103,7 +104,7 @@ subprojects {
103104
// def releaseRepo = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
104105
// def snaphostRepo = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
105106
// name = "OSSRH"
106-
// url = isReleaseVersion ? releaseRepo : snaphostRepo //"https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
107+
// url = isReleaseVersion ? releaseRepo : snaphostRepo
107108
// credentials {
108109
// username = System.env.SONATYPE_USERNAME
109110
// password = System.env.SONATYPE_PASSWORD

0 commit comments

Comments
 (0)