This repository has been archived on 2024-02-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
asgard__/buildSrc/build.gradle.kts
2021-08-20 18:07:12 +09:00

14 lines
176 B
Kotlin

/*
* Project Asgard
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins{
`kotlin-dsl`
}
repositories {
gradlePluginPortal()
}