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/buildSrc/settings.gradle.kts

8 lines
245 B
Kotlin

import de.fayard.refreshVersions.bootstrapRefreshVersionsForBuildSrc
buildscript {
repositories { gradlePluginPortal() }
dependencies.classpath("de.fayard.refreshVersions:refreshVersions:0.9.7")
}
bootstrapRefreshVersionsForBuildSrc()