Use gradle.kts

This commit is contained in:
Sergey Shkurov
2023-04-23 23:08:49 +03:00
parent 93ec39b561
commit ea45f1b9e5
2 changed files with 16 additions and 15 deletions

6
settings.gradle.kts Normal file
View File

@@ -0,0 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
}
rootProject.name = "packmate"