init: Initial commit
This commit is contained in:
commit
0fa9a44640
25 changed files with 767 additions and 0 deletions
9
build.gradle.kts
Normal file
9
build.gradle.kts
Normal file
|
@ -0,0 +1,9 @@
|
|||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://repo.kord.dev/snapshots")
|
||||
}
|
||||
|
||||
// Year.Major.Minor
|
||||
version = "2025.0.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue