Separate data directory

This commit is contained in:
Alexander Nozik 2022-05-06 15:54:59 +03:00
parent bb7b273b5c
commit 9396f3014e
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357
141 changed files with 91 additions and 110 deletions

@ -20,15 +20,9 @@ application {
applicationDefaultJvmArgs = listOf("-Dio.ktor.development=$isDevelopment", "-Xmx200M")
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>{
kotlinOptions{
languageVersion = "1.7"
apiVersion = "1.7"
}
}
val dataforgeVersion by extra("0.6.0-dev-5")
val ktorVersion = KScienceVersions.ktorVersion
val ktorVersion = KScienceVersions.ktorVersion
dependencies {
implementation("io.ktor:ktor-server-core:$ktorVersion")
@ -48,4 +42,11 @@ dependencies {
kotlin {
explicitApi = org.jetbrains.kotlin.gradle.dsl.ExplicitApiMode.Disabled
}
sourceSets {
main {
resources.srcDir(project.rootDir.resolve("data"))
}
}

Binary file not shown.

After

(image error) Size: 1.8 KiB

Some files were not shown because too many files have changed in this diff Show More