Skip to content

Commit

Permalink
chore: update gradle build file (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 authored Sep 9, 2024
1 parent 499cd7b commit b9a4c9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ buildscript {

repositories {
mavenCentral()
mavenLocal()
}
}

Expand Down Expand Up @@ -66,6 +65,10 @@ subprojects {
}

publishing {
repositories {
mavenCentral()
}

publications {
mavenJava(MavenPublication) {
from components.java
Expand Down

0 comments on commit b9a4c9c

Please sign in to comment.