Skip to content

Commit 415039b

Browse files
author
Damian Staszewski
committed
chore(gradle): remove central sync block
1 parent 9ee3cc5 commit 415039b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,6 @@ subprojects {
173173
name = rootProject.version
174174
vcsTag = "v${rootProject.version}"
175175
released = new Date()
176-
// mavenCentralSync {
177-
// sync = true
178-
// user = sonatypeUser
179-
// password = sonatypePassword
180-
// close = '1'
181-
// }
182176
}
183177
}
184178
}

0 commit comments

Comments
 (0)