Change to use https for build repo
This commit is contained in:
parent
f8017493f8
commit
45ebf79b3f
|
@ -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" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue