🔧 Sørger for at frontend bundles i jar
Co-authored-by: Sindre Kjelsrud <sindre.kjelsrud@nav.no> Co-authored-by: Amalie Mansåker <amalie.erdal.mansaker@nav.no> Co-authored-by: Christian Bulow Skovborg <christian.bulow.skovborg@nav.no>
This commit is contained in:
parent
17d8847003
commit
79931f3c72
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ tasks {
|
|||
}
|
||||
}
|
||||
from({ Paths.get(project(":frontend").buildDir.path) }){
|
||||
into("frontend/.next")
|
||||
into("frontend/out")
|
||||
}
|
||||
doLast {
|
||||
configurations.runtimeClasspath.get().forEach {
|
||||
|
|
Reference in a new issue