Olga Sivushkova

Results 10 comments of Olga Sivushkova

OK, I just changed actual paths. Another thing: we have our own network, and even real paths will not acceptable outside. I will create such packages latter on GitHub, for...

OK, I replaced our own repository in Gradle buildscript section with MavenCentral. I put `buildscript` section in included file - `db.gradle`, and unfortunately the problem isn't reproduced: https://github.com/olgapshen/vscode_gradle_issue/commit/5d3b24232bb8aed261a62c99bfe7f25425631b99 I see,...

Hi! Are you sure I need use the configuration you provide there? We don't have any proxy... And I doubt I have auth problems, thus I don't have problem when...

You need put it **NOT** in `build.gradle` file, but in a file **INSIDE** a folder. Create file by the path: `gradle/inner.gradle` at project root, and put the `buildscript` block there.

Wonderful!!! Just to be sure. You can reproduce the problem, right?

No, there is no problem in Gradle, thus following case is working there: ``` // build.gradle apply from: 'publishing.gradle' //publishing.gradle buildscript { repositories { gradlePluginPortal() } dependencies { classpath 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.11.0'...

Hi! I still on my way to learn the plugin code, but now I put attension, that even `repositories` block I can not extract to outer file. And more sad...

Yes, by the way, I feel that most of the troubles in `Language Support for Java(TM) by Red Hat v1.12.0` I switched off all gradle plugins, and I still have...

OK, thank you for pointing me the entry points. I just finish with my urgent tasks in my work and I will tryto find solution.