[+] Repo init, with node /register & Tests.

This commit is contained in:
VergeDX
2021-01-10 16:56:07 +08:00
parent e11b85fc71
commit eb1e549b09
16 changed files with 534 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
pluginManagement {
repositories {
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
mavenCentral()
maven { url 'https://plugins.gradle.org/m2/' }
}
}
rootProject.name = 'clock_api'