Skip to content

Commit d044b8c

Browse files
committed
Fix settings.gradle.kts + Update kotlin version
1 parent 069f672 commit d044b8c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm")
2+
kotlin("jvm").version("1.7.10")
33
id("fabric-loom").version("1.0-SNAPSHOT")
44
`maven-publish`
55
java

settings.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
rootProject.name = "fabric-example-mod-kotlin-with-kotlin-dsl"
22
pluginManagement {
33
repositories {
4-
jcenter()
54
maven("https://maven.fabricmc.net/") {
65
name = "Fabric"
76
}
7+
mavenCentral()
88
gradlePluginPortal()
99
}
10-
11-
plugins {
12-
id("fabric-loom") version "0.11-SNAPSHOT"
13-
id("org.jetbrains.kotlin.jvm") version "1.6.10"
14-
}
15-
1610
}

0 commit comments

Comments
 (0)