Fixed using https address of JFrog repo
This commit is contained in:
parent
6aa7694ed6
commit
cf7a52f19e
|
@ -7,7 +7,7 @@ apply plugin: 'kotlin-kapt'
|
|||
repositories {
|
||||
// for security issues fixed version of iText 2 from JasperReports
|
||||
maven {
|
||||
url "http://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ compileTestKotlin {
|
|||
repositories {
|
||||
// for security issues fixed version of iText 2 from JasperReports
|
||||
maven {
|
||||
url "http://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
url "https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue