mirror of
https://gitee.com/BDWare/common
synced 2026-02-14 08:39:29 +00:00
update logger
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -131,18 +131,18 @@ publishing {
|
||||
maven {
|
||||
name 'bdwareSnapshotRepository'
|
||||
url 'https://oss.sonatype.org/content/repositories/snapshots'
|
||||
// credentials {
|
||||
// username = "${NEXUS_USERNAME}"
|
||||
// password = "${NEXUS_PASSWORD}"
|
||||
// }
|
||||
credentials {
|
||||
username = "${NEXUS_USERNAME}"
|
||||
password = "${NEXUS_PASSWORD}"
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name 'bdwareRepository'
|
||||
url 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
|
||||
// credentials {
|
||||
// username = "${NEXUS_USERNAME}"
|
||||
// password = "${NEXUS_PASSWORD}"
|
||||
// }
|
||||
credentials {
|
||||
username = "${NEXUS_USERNAME}"
|
||||
password = "${NEXUS_PASSWORD}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user