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

Help: building zookeeper docker image in local #610

Open
crombus opened this issue Jun 13, 2024 · 0 comments
Open

Help: building zookeeper docker image in local #610

crombus opened this issue Jun 13, 2024 · 0 comments

Comments

@crombus
Copy link

crombus commented Jun 13, 2024

Description

having issues with kotlin
(Describe the feature, bug, question, proposal that you are requesting)
6.291
6.291 Here are the highlights of this release:
6.291 - Aggregated test and JaCoCo reports
6.291 - Marking additional test source directories as tests in IntelliJ
6.291 - Support for Adoptium JDKs in Java toolchains
6.291
6.291 For more details see https://docs.gradle.org/7.4/release-notes.html
6.292
6.292 Starting a Gradle Daemon (subsequent builds will be faster)
25.19
25.19 FAILURE: Build failed with an exception.
25.19
25.19 * Where:
25.19 Build file '/zu/build.gradle.kts' line: 4
25.19
25.19 * What went wrong:
25.19 Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.5.31'] was not found in any of the following sources:
25.19
25.19 - Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
25.19 - Plugin Repositories (could not resolve plugin artifact 'org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.5.31')
25.19 Searched in the following repositories:
25.19 Gradle Central Plugin Repository
25.19
25.19 * Try:
25.19 > Run with --stacktrace option to get the stack trace.
25.19 > Run with --info or --debug option to get more log output.
25.19 > Run with --scan to get full insights.
25.19
25.19 * Get more help at https://help.gradle.org
25.19
25.19 BUILD FAILED in 24s

Dockerfile:25

23 | RUN sudo dpkg --purge --force-depends ca-certificates-java
24 | RUN sudo apt-get install -y ca-certificates-java
25 | >>> RUN ./gradlew clean
26 | RUN ./gradlew --console=verbose --info shadowJar

Importance

(Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have))
blocker

Location

(Where is the piece of code, package, or document affected by this issue?)
docker/

Suggestions for an improvement

(How do you suggest to fix or proceed with this issue?)

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

1 participant