Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 25, 2023
1 parent 7a411fa commit 5240d54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions photon-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ run {
environment "PATH_PREFIX", "../"
}

task deployIdc {
//dependsOn overrideToPi
dependsOn assemble
task deploy {
dependsOn findDeployTarget
dependsOn assemble

doLast {
println 'Starting deployment to ' + findDeployTarget.rmt.host
Expand Down

0 comments on commit 5240d54

Please sign in to comment.