Use Gradle Kotlin DSL
This commit is contained in:
13
settings.gradle.kts
Normal file
13
settings.gradle.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
rootProject.name = "HMCL3"
|
||||
include(
|
||||
"HMCL",
|
||||
"HMCLCore",
|
||||
"HMCLTransformerDiscoveryService",
|
||||
"log4j-patch"
|
||||
)
|
||||
|
||||
val minecraftLibraries = listOf("log4j-patch", "HMCLTransformerDiscoveryService")
|
||||
|
||||
for (library in minecraftLibraries) {
|
||||
project(":$library").projectDir = file("minecraft/libraries/$library")
|
||||
}
|
||||
Reference in New Issue
Block a user