Skip to content

Commit 2601e89

Browse files
authored
Merge pull request #103 from reactive-commons/feature/fix-ci
fix(ci): Fix release
2 parents 0fd5390 + 78ffa93 commit 2601e89

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

main.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@ subprojects {
106106
}
107107
}
108108
}
109-
// repositories {
110-
// maven {
111-
// name = 'OSSRH'
112-
// url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
113-
// credentials {
114-
// username = System.getenv('MAVEN_USERNAME')
115-
// password = System.getenv('MAVEN_PASSWORD')
116-
// }
117-
// }
118-
// }
119109
}
120110

121111
if (project.hasProperty('signing.keyId')) {

0 commit comments

Comments
 (0)