We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069f672 commit d044b8cCopy full SHA for d044b8c
build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- kotlin("jvm")
+ kotlin("jvm").version("1.7.10")
3
id("fabric-loom").version("1.0-SNAPSHOT")
4
`maven-publish`
5
java
settings.gradle.kts
@@ -1,16 +1,10 @@
rootProject.name = "fabric-example-mod-kotlin-with-kotlin-dsl"
pluginManagement {
repositories {
- jcenter()
maven("https://maven.fabricmc.net/") {
6
name = "Fabric"
7
}
+ mavenCentral()
8
gradlePluginPortal()
9
10
-
11
- plugins {
12
- id("fabric-loom") version "0.11-SNAPSHOT"
13
- id("org.jetbrains.kotlin.jvm") version "1.6.10"
14
- }
15
16
0 commit comments