Archived
1
0
Fork 0
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
uranos/settings.gradle.kts

24 lines
508 B
Kotlin

import de.fayard.refreshVersions.bootstrapRefreshVersions
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
buildscript {
repositories { gradlePluginPortal() }
dependencies.classpath("de.fayard.refreshVersions:refreshVersions:0.9.7")
}
rootProject.name = "uranos"
bootstrapRefreshVersions()
include(":uranos-api")
include(":uranos-nbt")
include(":uranos-packet-codecs")
include(":uranos-packets")
include(":uranos-server")
include(":test-plugin")