You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem happens when we recompile Gradle using the ProjectBuilder API to fetch new features.json artifact (generated by prepareFeature) from the Mavenlocal repo.
==Error log & stack trace==
What went wrong:
Execution failed for task ':installFeature'.
The settings are not yet available for build 'regFeature'.
...
Caused by: java.lang.IllegalStateException: The settings are not yet available for build 'regFeature'.
at org.gradle.invocation.DefaultGradle.getSettings(DefaultGradle.java:207)
at org.gradle.invocation.DefaultGradle_Decorated.getSettings(Unknown Source)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.ignoresSettingsRepositories(DefaultConfiguration.java:756)
The text was updated successfully, but these errors were encountered:
Running
gradle installFeature
to install user feature fails on Gradle 7.Related Gradle issue:
gradle/gradle#13122
Problem happens when we recompile Gradle using the ProjectBuilder API to fetch new features.json artifact (generated by prepareFeature) from the Mavenlocal repo.
==Error log & stack trace==
Execution failed for task ':installFeature'.
The text was updated successfully, but these errors were encountered: