Skip to content

Commit

Permalink
Fix paths in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Jul 11, 2024
1 parent 8f7a653 commit 1e0a144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ subprojects {
project.afterEvaluate {
tasks.getByPath(":publishToMavenLocal").dependsOn(
":primitives-plugin:publishToMavenLocal",
"primitives-annotations:publishToMavenLocal"
":primitives-annotations:publishToMavenLocal"
)

tasks.getByPath(":publish").dependsOn(
":primitives-plugin:publish",
"primitives-annotations:publish"
":primitives-annotations:publish"
)
}

0 comments on commit 1e0a144

Please sign in to comment.