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

release v1.0 #1

Open
wants to merge 26 commits into
base: release
Choose a base branch
from
Open

release v1.0 #1

wants to merge 26 commits into from

Conversation

mixNIK999
Copy link

No description provided.

@mixNIK999 mixNIK999 requested a review from dtretyakov July 31, 2019 09:06
val path = Path.of("./project.assets.json")
val streamFactory = ProjectStreamFactoryStub()
.add(path, this::class.java.getResourceAsStream(target))
.add(Path.of("/Users/mikhail.nikolyukin/.config/NuGet/NuGet.Config"), this::class.java.getResourceAsStream(config))
Copy link
Collaborator

@dtretyakov dtretyakov Aug 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Local file path, we need to change it on something user-neutral

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Users/mikhail.nikolyukin/.config/NuGet/NuGet.Config is global config.
I can change path to something like ../../../../.config/NuGet/NuGet.Config using relativeTo(projectDir), but isn't absolute path better?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is /Users/mikhail.nikolyukin/.config/NuGet/NuGet.Config a fake path? If so could we use "/Users/username/.config/NuGet/NuGet.Config" instead?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

build.gradle Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants