We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf533f2 commit 601ba87Copy full SHA for 601ba87
1 file changed
build.gradle.kts
@@ -7,10 +7,6 @@ plugins {
7
group = "org.example"
8
version = "0.1"
9
10
-repositories {
11
- mavenCentral()
12
-}
13
-
14
dependencies {
15
implementation(fileTree("libs") { include("*.jar") })
16
}
0 commit comments