Skip to content

Commit dbaa26b

Browse files
aerbsvc-squareup-copybara
authored andcommitted
Move subproject web-actions out of misk-admin to better adhere
with gradle conventions GitOrigin-RevId: 539c9aec796e91be1e6172ca8110943b4cc24221
1 parent dac5db9 commit dbaa26b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

misk-admin/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ if (isCi || System.getProperty("misk.admin.buildMiskWeb") == "true") {
185185

186186
tasks.register<Copy>("buildAndCopyWebActions") {
187187
from({
188-
project(":misk-admin:web-actions").tasks.named("buildWebActionsTab").get().outputs.files
188+
project(":misk-admin-web-actions").tasks.named("buildWebActionsTab").get().outputs.files
189189
})
190190
into(project.layout.buildDirectory.dir("resources/main/web/_tab/web-actions-v4"))
191-
dependsOn(":misk-admin:web-actions:buildWebActionsTab")
191+
dependsOn(":misk-admin-web-actions:buildWebActionsTab")
192192
}
193193

194194
sourceSets {

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ include(":misk")
7575
include(":misk-action-scopes")
7676
include(":misk-actions")
7777
include(":misk-admin")
78-
include(":misk-admin:web-actions")
78+
include(":misk-admin-web-actions")
7979
include(":misk-api")
8080
include(":misk-aws")
8181
include(":misk-aws-dynamodb")

0 commit comments

Comments
 (0)