Initial commit

This commit is contained in:
zontreck 2024-01-20 23:31:19 -07:00
parent ea3448f854
commit 2534ad8452
6 changed files with 200 additions and 0 deletions

6
settings.gradle Normal file
View file

@ -0,0 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url = "https://maven.zontreck.com/repository/internal" }
}
}