Skip to content

Commit

Permalink
Merge pull request #94 from koopjs/bug/93
Browse files Browse the repository at this point in the history
Fixed config dir creation
  • Loading branch information
jkerr5 authored Jul 18, 2018
2 parents 86ee088 + 867dfea commit e081b78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ task installConnector(dependsOn: ['mlDeploy', 'installPlugin', 'configureKoop'])
// make sure these folders exist so we can add service descriptors and templates to them
doFirst {
project.file('config').mkdirs()
project.file('config/feature-services').mkdirs()
project.file('config/templates').mkdirs()
}
}

Expand Down

0 comments on commit e081b78

Please sign in to comment.