This repository has been archived on 2025-08-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dawd3/settings.gradle.kts

13 lines
341 B
Text
Raw Permalink Normal View History

2022-11-18 18:13:03 +01:00
pluginManagement {
repositories {
maven("https://maven.fabricmc.net") { name = "Fabric" }
mavenCentral()
gradlePluginPortal()
}
plugins {
id("fabric-loom").version(settings.extra["loom_version"] as String)
kotlin("jvm").version(System.getProperty("kotlin_version"))
}
}
include("d3r")