Skip to content

Conversation

@cuihtlauac
Copy link
Contributor

Update jcabi-aether dependency from 0.10.1 to 1.0-SNAPSHOT. In order to
do that, add https://oss.sonatype.org/content/repositories/snapshots to
this list of repositories :-(

Script dependencies are resolved using jcabi-aether. Unfortunately "stable"
release (0.10.1) does not support proxies. Therefore, script dependencies
are not pulled behind a proxy. Issue is fixed in SNAPSHOT release of
jcabi-aether.

FIXED: KT-22363

@cuihtlauac
Copy link
Contributor Author

cuihtlauac commented Jan 24, 2018

build.gradle.kts Outdated
"https://jcenter.bintray.com/",
"https://plugins.gradle.org/m2")
"https://plugins.gradle.org/m2",
"https://oss.sonatype.org/content/repositories/snapshots")
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, add the snapshots repo directly to the kotlin-script-util build script. I think we don't want (yet) to add it to all projects.

Update jcabi-aether dependency from 0.10.1 to 1.0-SNAPSHOT. In order to
do that, add https://oss.sonatype.org/content/repositories/snapshots to
the repositories in tools/kotlin-script-util/build.gradle.kts

Script dependencies are resolved using jcabi-aether. Unfortunately "stable"
release (0.10.1) does not support proxies. Therefore, script dependencies
are not pulled behind a proxy. Issue is fixed in SNAPSHOT release of
jcabi-aether.

FIXED: KT-22363
@cuihtlauac
Copy link
Contributor Author

cuihtlauac commented Mar 7, 2018

@ligee implemented as requested. Now, the https://oss.sonatype.org/content/repositories/snapshots repository only appears in tools/kotlin-script-util/build.gradle.kts

@ligee
Copy link
Contributor

ligee commented Nov 28, 2018

Merged manually - a9280cd

@ligee ligee closed this Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants