mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 19:30:10 +08:00
15 lines
187 B
Plaintext
15 lines
187 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
`maven-publish`
|
|
id("ts-gradle")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":"))
|
|
api(group = "com.sun.mail", name = "javax.mail", version = "1.6.2")
|
|
}
|
|
|
|
|
|
|
|
|