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 - Configuration with name 'runtime' not found. #1114

Open
jose1711 opened this issue May 26, 2022 · 0 comments
Open

Error building - Configuration with name 'runtime' not found. #1114

jose1711 opened this issue May 26, 2022 · 0 comments

Comments

@jose1711
Copy link
Contributor

Issue description

Trying to build streama I am getting an error:

A problem occurred evaluating root project 'streama'.
> Failed to apply plugin class 'org.springframework.boot.gradle.plugin.SpringBootPlugin'.
   > Configuration with name 'runtime' not found.

Steps to Reproduce

  1. checkout current master branch
  2. run gradle build --info
  3. get the error:
 > Configure project :
Evaluating root project 'streama' using build file '/path/to/streama/build.gradle'.
Applying dependency management to configuration 'annotationProcessor' in project 'streama'
Applying dependency management to configuration 'apiElements' in project 'streama'
Applying dependency management to configuration 'archives' in project 'streama'
Applying dependency management to configuration 'compileClasspath' in project 'streama'
Applying dependency management to configuration 'compileOnly' in project 'streama'
Applying dependency management to configuration 'default' in project 'streama'
Applying dependency management to configuration 'implementation' in project 'streama'
Applying dependency management to configuration 'mainSourceElements' in project 'streama'
Applying dependency management to configuration 'profile' in project 'streama'
Applying dependency management to configuration 'runtimeClasspath' in project 'streama'
Applying dependency management to configuration 'runtimeElements' in project 'streama'
Applying dependency management to configuration 'runtimeOnly' in project 'streama'
Applying dependency management to configuration 'testAnnotationProcessor' in project 'streama'
Applying dependency management to configuration 'testCompileClasspath' in project 'streama'
Applying dependency management to configuration 'testCompileOnly' in project 'streama'
Applying dependency management to configuration 'testImplementation' in project 'streama'
Applying dependency management to configuration 'testResultsElementsForTest' in project 'streama'
Applying dependency management to configuration 'testRuntimeClasspath' in project 'streama'
Applying dependency management to configuration 'testRuntimeOnly' in project 'streama'
Configuring agent

FAILURE: Build failed with an exception.

* Where:
Build file '/path/to/streama/build.gradle' line: 23

* What went wrong:
A problem occurred evaluating root project 'streama'.
> Failed to apply plugin class 'org.springframework.boot.gradle.plugin.SpringBootPlugin'.
   > Configuration with name 'runtime' not found.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.

Expected Behaviour

Project should build without error.

Actual Behaviour

Error appears.

Environment Information

  • Operating System: Arch Linux rolling x86_64
  • Streama version: current master
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