Skip to content

Commit f5c0d2a

Browse files
committed
Devine repositories in settings.gradle.kts file
1 parent 5f8ed1c commit f5c0d2a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ plugins {
22
kotlin("jvm") version "1.9.20"
33
}
44

5-
repositories {
6-
mavenCentral()
7-
}
8-
95
tasks {
106
sourceSets {
117
main {

settings.gradle.kts

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
rootProject.name = "Advent of Code Kotlin Template"
2+
3+
dependencyResolutionManagement {
4+
repositories {
5+
mavenCentral()
6+
}
7+
}

0 commit comments

Comments
 (0)