Skip to content

Commit

Permalink
ng update @angular/material
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Apr 19, 2024
1 parent 045bc8c commit 455d5d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
21 changes: 0 additions & 21 deletions boot/authorization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ tasks.named("bootBuildImage") {
"BPE_DELIM_JAVA_TOOL_OPTIONS" : " ",
"BPE_APPEND_JAVA_TOOL_OPTIONS": "-Dfile.encoding=UTF-8"
]
buildWorkspace {
bind {
source = "cache.${rootProject.name}-${project.name}.work"
}
}
buildCache {
bind {
source = "cache.${rootProject.name}-${project.name}.build"
}
}
launchCache {
bind {
source = "cache.${rootProject.name}-${project.name}.launch"
}
}
publish = true
docker {
publishRegistry {
Expand Down Expand Up @@ -69,10 +54,4 @@ dependencies {

tasks.named('test') {
useJUnitPlatform()
}

hibernate {
enhancement {
enableAssociationManagement = true
}
}
15 changes: 0 additions & 15 deletions boot/platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ tasks.named("bootBuildImage") {
"BPE_DELIM_JAVA_TOOL_OPTIONS" : " ",
"BPE_APPEND_JAVA_TOOL_OPTIONS": "-Dfile.encoding=UTF-8"
]
buildWorkspace {
bind {
source = "cache.${rootProject.name}-${project.name}.work"
}
}
buildCache {
bind {
source = "cache.${rootProject.name}-${project.name}.build"
}
}
launchCache {
bind {
source = "cache.${rootProject.name}-${project.name}.launch"
}
}
publish = true
docker {
publishRegistry {
Expand Down

0 comments on commit 455d5d3

Please sign in to comment.