Skip to content

Commit 21153de

Browse files
authored
Merge pull request #8 from ejvyas/maven-https
changed maven repos to https
2 parents c6c9f7e + 3d9c0d9 commit 21153de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ tasks.withType(JavaCompile) {
4444
}
4545

4646
repositories {
47-
maven { url "http://dl.bintray.com/pegasystems/fringeutils" }
48-
maven { url "http://repo.maven.apache.org/maven2" }
47+
maven { url "https://dl.bintray.com/pegasystems/fringeutils" }
48+
maven { url "https://repo.maven.apache.org/maven2" }
4949
}
5050

5151
dependencies {

0 commit comments

Comments
 (0)