mirror of
https://github.com/google/nomulus
synced 2026-01-06 13:36:48 +00:00
Update jetty's console build path (#2439)
This commit is contained in:
@@ -59,7 +59,7 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.register('copyConsole', Copy) {
|
||||
from("${rootDir}/console-webapp/dist/console-webapp") {
|
||||
from("${rootDir}/console-webapp/staged/dist") {
|
||||
include "**/*"
|
||||
}
|
||||
into layout.buildDirectory.dir('jetty-base/webapps/console')
|
||||
|
||||
Reference in New Issue
Block a user