Initial commit

This commit is contained in:
Elex
2021-08-02 10:45:44 +09:00
commit 4c664e51f6
16 changed files with 534 additions and 0 deletions

14
build.gradle.kts Normal file
View File

@@ -0,0 +1,14 @@
buildscript {
repositories {
maven {
url = uri("https://repository.elex-project.com/repository/maven")
}
}
dependencies {
classpath ("com.jaredsburrows:gradle-license-plugin:0.8.90")
}
}
plugins {
id("com.github.ben-manes.versions") version "0.39.0"
}