Skip to content

Commit

Permalink
Remove maven local
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Nov 30, 2024
1 parent 1972aed commit 5a2d54d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ allprojects {
apply plugin: 'jacoco'
apply plugin: 'org.barfuin.gradle.jacocolog'

idea {
module {
downloadJavadoc = true
downloadSources = true
}
}

jacoco {
toolVersion = '0.8.12'
}
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}
}
Expand All @@ -14,7 +13,6 @@ plugins {
dependencyResolutionManagement {
repositories {
mavenCentral()
mavenLocal()
maven { url 'https://jitpack.io' }
}
}
Expand Down

0 comments on commit 5a2d54d

Please sign in to comment.