Skip to content

Commit

Permalink
fix an issue with ssl certificate when downloading jar files from teavm
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 8, 2023
1 parent 85997bb commit d6d594d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ subprojects {
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
maven { url "https://teavm.org/maven/repository/" }
maven {
url "http://teavm.org/maven/repository/"
allowInsecureProtocol = true
}
maven { url 'https://jitpack.io' }
}

Expand Down

0 comments on commit d6d594d

Please sign in to comment.