🧱 Bygger backend og frontend sammen med gradle

Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no>
Co-authored-by: Hege Haavaldsen <hege.haavaldsen@nav.no>
Co-authored-by: Helene Arnesen <helene.arnesen@nav.no>
Co-authored-by: Øydis Kind Refsum <oydis.kind.refsum@nav.no>
This commit is contained in:
Markus Johansen 2023-07-12 12:54:17 +02:00
parent f6cd7df4ff
commit b2f90e0508
22 changed files with 320 additions and 347 deletions

11
build.gradle.kts Normal file
View file

@ -0,0 +1,11 @@
plugins {
base
kotlin("jvm") version "1.7.20" apply false
}
subprojects {
repositories {
mavenCentral()
maven("https://jitpack.io")
}
}