Fixed using https address of JFrog repo

This commit is contained in:
dankito 2021-11-03 00:54:11 +01:00
parent 6aa7694ed6
commit cf7a52f19e
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}