Skip to content

Commit

Permalink
Remove jcenter from repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed May 28, 2023
1 parent e19beea commit 7f750b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

import org.gradle.api.attributes.java.TargetJvmVersion

plugins {
Expand All @@ -16,7 +17,6 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
jcenter()
}

apply plugin: 'java'
Expand Down

0 comments on commit 7f750b4

Please sign in to comment.