Skip to content

Commit

Permalink
add -U to build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Sep 18, 2016
1 parent 4210a7b commit 9dcb28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgiven-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ task generateMavenPlugin(type: Exec, dependsOn: generatePom) {
// currenlty it seems to be the more or less only clean solution
// to generate a plugin.xml file to use maven directly
// if anyone has a better solution please let us know!
commandLine 'mvn', '-f', 'build/maven/pom.xml', 'plugin:descriptor'
commandLine 'mvn', '-U', '-f', 'build/maven/pom.xml', 'plugin:descriptor'
}

generateMavenPlugin.onlyIf {
Expand Down

0 comments on commit 9dcb28c

Please sign in to comment.