Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
copy war gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
mstensmo committed May 24, 2017
1 parent c780c8a commit fc19750
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prediction-service-builder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ task cleanGenerated(type: Delete) {
}

clean.dependsOn cleanGenerated

task deploy (dependsOn: war){
copy {
from "build/libs"
into "."
include "*.war"
}
}

0 comments on commit fc19750

Please sign in to comment.