Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual Docs; build.gradle file cite should have netty-handler:4.1.0.Beta4-SNAPSHOT repository. #549

Closed
tbrophy opened this issue Jan 14, 2015 · 2 comments
Assignees

Comments

@tbrophy
Copy link

tbrophy commented Jan 14, 2015

Manual Docs; build.gradle file cite should have netty-handler:4.1.0.Beta4-SNAPSHOT repository.

Related issue(s); #545

Location; http://www.ratpack.io/manual/current/setup.html#using_the_gradle_plugins

Discovered; While running gradle idea --stacktrace

Issue; netty-handler:4.1.0.Beta4-SNAPSHOT is not accessible via jcenter as of Wed Jan 14 08:12:54 PST 2015

Possible fix; Section 2.1.2 "Using the Gradle Groovy plugin" lists an example build.gradle file where the 2nd repositories section should be updated to include...

maven {
    url "http://clinker.netty.io/nexus/content/repositories/snapshots"
}

...for example...

buildscript {
repositories {
jcenter()
}
dependencies {
classpath "io.ratpack:ratpack-gradle:0.9.12"
}
}

apply plugin: "io.ratpack.ratpack-groovy"
apply plugin: "idea"

repositories {
jcenter()
maven {
url "http://clinker.netty.io/nexus/content/repositories/snapshots"
}
}

dependencies {
runtime "org.slf4j:slf4j-simple:1.7.5"
}

@ldaley ldaley added this to the release-0.9.13 milestone Jan 15, 2015
@ldaley
Copy link
Member

ldaley commented Jan 15, 2015

Many thanks for the report.

We'll get this fixed for the next release. We won't have the snapshot dependency for .13 and won't need the extra repo.

@davidmc24
Copy link
Contributor

Unfortunately, Netty 4.1.0.Beta4 still hasn't been released. Ratpack 0.9.13 will still have a dependency on 4.1.0.Beta4-SNAPSHOT. Hopefully it will be out in time for Ratpack 0.9.14.

@ldaley ldaley modified the milestones: release-0.9.14, release-0.9.15 Mar 1, 2015
@ldaley ldaley self-assigned this Mar 3, 2015
@ldaley ldaley closed this as completed in 80676dd Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants