Change to use https for build repo

This commit is contained in:
YuCheng Hu 2019-08-05 13:40:28 -04:00
parent f8017493f8
commit 45ebf79b3f
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
plugins {
id "org.asciidoctor.convert" version "2.3.0"
}
@ -26,6 +25,6 @@ asciidoctor {
allprojects {
repositories {
maven { url "http://m2.ossez.com/repository/internal" }
maven { url "https://maven.ossez.com/repository/internal" }
}
}