Initial files and some experimenting

This commit is contained in:
2025-07-29 20:52:21 -04:00
parent dffb2efeed
commit 954dc97dbd
29 changed files with 1057 additions and 2 deletions

18
settings.gradle.kts Normal file
View File

@@ -0,0 +1,18 @@
dependencyResolutionManagement {
repositories {
mavenCentral()
}
versionCatalogs {
create("awssdk") {
from("aws.sdk.kotlin:version-catalog:1.5.4")
}
}
}
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs.
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "LMS-APIs"