Skip to content

Commit

Permalink
chore: fix for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed May 18, 2020
1 parent 95b8015 commit dbd8109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task generatePom(type: GenerateMavenPom, dependsOn: [":provider:publishToMavenLo
}
}

if (System.env.TRAVIS == 'true') {
if (System.env.TRAVIS != 'true') {
task pluginDescriptor(type: Exec, dependsOn: generatePom) {
if (isWindows()) {
commandLine 'mvn.bat', '-f', "${buildDir}/poms/pom.xml", '--settings',
Expand Down

0 comments on commit dbd8109

Please sign in to comment.