hydraulic-software / conveyor

Gradle plugin, user guide and discussion forums for Conveyor
https://conveyor.hydraulic.dev
Apache License 2.0
123 stars 9 forks source link

Private maven repo in generated compose project #32

Closed ionspin closed 2 years ago

ionspin commented 2 years ago

Describe the bug A small thing, I noticed settings.gradle.kts contains:

        maven("file:///Users/mike/Hydraulic/product/open/build/repo")

To Reproduce Run ./conveyor-2.1/bin/conveyor generate compose --rdns=test

Expected behavior No local paths are present in settings.gradle.kts

mikehearn commented 2 years ago

D'oh! Thanks for letting us know. This will be fixed in the next bugfix release.

mikehearn commented 2 years ago

By the way - it's safe to just delete this line. It doesn't have to be changed to anything else.