Skip to content

Commit

Permalink
fix: set correct maven repositories, used from gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bvfalcon committed Nov 17, 2024
1 parent e6360b0 commit fe7c0f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kotlin-bundled-compiler/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ apply plugin: 'groovy'


repositories {
jcenter()
//jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
//maven { url 'https://jitpack.io' }
maven { url "https://packages.jetbrains.team/maven/p/teamcity-rest-client/teamcity-rest-client" }
}


Expand Down

0 comments on commit fe7c0f5

Please sign in to comment.