Skip to content

Commit 3dfb954

Browse files
committed
use kutil from maven central
1.28 was just released :)
1 parent ce8b614 commit 3dfb954

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ val architecture = properties["architecture"]?.let { Architectures[it] } ?: Plat
7979
logger.info("Building for ${os.name.lowercase()}, ${architecture.name.lowercase()}")
8080

8181
repositories {
82-
mavenLocal()
8382
mavenCentral()
8483
maven(url = "https://s01.oss.sonatype.org/content/repositories/releases/")
8584
}

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ rootProject.name = "minosoft"
1515

1616
pluginManagement {
1717
repositories {
18-
mavenLocal()
1918
gradlePluginPortal()
2019
mavenCentral()
2120
maven(url = "https://s01.oss.sonatype.org/content/repositories/releases/")

0 commit comments

Comments
 (0)