Re-write root and libs to Kotlin DSL

This commit is contained in:
Kenzie Togami
2019-07-10 16:33:21 -07:00
parent eccbad92e8
commit 19802e478c
22 changed files with 366 additions and 298 deletions

View File

@ -2,6 +2,9 @@ plugins {
id("org.spongepowered.plugin")
}
PlatformConfigKt.applyPlatformAndCoreConfiguration(project)
PlatformConfigKt.applyShadowConfiguration(project)
repositories {
maven { url "https://repo.codemc.org/repository/maven-public" }
}