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

Error building the project from the source #1264

Closed
madgnome opened this issue Jun 27, 2018 · 0 comments
Closed

Error building the project from the source #1264

madgnome opened this issue Jun 27, 2018 · 0 comments
Milestone

Comments

@madgnome
Copy link
Contributor

Expected behavior

Should be able to compile the project from the source

Actual behavior

╭─jhoarau@CLI-26003 ~/src/misc/reactor/reactor-core  ‹master*›
╰─➤  ./gradlew build
Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'reactor'.
> Could not resolve all files for configuration ':classpath'.
   > Could not find org.jetbrains.dokka:integration:0.9.15.
     Searched in the following locations:
         file:/Users/jhoarau/.m2/repository/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.pom
         file:/Users/jhoarau/.m2/repository/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.jar
         https://packages.atlassian.com/maven/repository/internal/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.pom
         https://packages.atlassian.com/maven/repository/internal/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.jar
         http://repo.spring.io/plugins-release/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.pom
         http://repo.spring.io/plugins-release/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.jar
         https://plugins.gradle.org/m2/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.pom
         https://plugins.gradle.org/m2/org/jetbrains/dokka/integration/0.9.15/integration-0.9.15.jar
     Required by:
         project : > org.jetbrains.dokka:dokka-gradle-plugin:0.9.15

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 43s

Workaround

Updating to org.jetbrains.dokka:0.9.16 seems to fix the issue

madgnome added a commit to madgnome/reactor-core that referenced this issue Jun 27, 2018
@simonbasle simonbasle added this to the 3.2.0.M3 milestone Jun 27, 2018
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

2 participants