File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ plugins {
1313 id ' idea'
1414 id ' jacoco'
1515 id ' maven-publish'
16- id ' com.github.kt3k.coveralls' version ' 2.12.2'
1716 id ' com.gradleup.shadow' version ' 9.2.2'
1817 id ' de.undercouch.download' version ' 5.6.0'
1918}
Original file line number Diff line number Diff line change 1- rootProject. name = ' wurstscript'
1+ pluginManagement {
2+ repositories {
3+ maven { url = uri(" https://cache-redirector.jetbrains.com/plugins.gradle.org/m2" ) }
4+ gradlePluginPortal()
5+ maven { url = uri(" https://plugins.gradle.org/m2" ) }
6+ maven { url = uri(" https://cache-redirector.jetbrains.com/maven-central" ) }
7+ mavenCentral()
8+ }
9+ }
10+
11+ dependencyResolutionManagement {
12+ repositoriesMode. set(RepositoriesMode . PREFER_SETTINGS )
13+ repositories {
14+ maven { url = uri(" https://cache-redirector.jetbrains.com/maven-central" ) }
15+ mavenCentral()
16+ google()
17+ }
18+ }
19+
20+ rootProject. name = ' wurstscript'
21+
You can’t perform that action at this time.
0 commit comments