bootArchivesConfigurationsCannotBeResolved() — spring-boot Function Reference
Architecture documentation for the bootArchivesConfigurationsCannotBeResolved() function in SpringBootPluginTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 1a3ef6e7_fed8_c45d_dec3_958f730f6cb7["bootArchivesConfigurationsCannotBeResolved()"] d9cbd315_e4fc_df04_32bb_782ad628c3fb["builder()"] 1a3ef6e7_fed8_c45d_dec3_958f730f6cb7 -->|calls| d9cbd315_e4fc_df04_32bb_782ad628c3fb d9f3ce57_5a1f_bcfd_a7ee_188745bd9f32["withProjectDir()"] 1a3ef6e7_fed8_c45d_dec3_958f730f6cb7 -->|calls| d9f3ce57_5a1f_bcfd_a7ee_188745bd9f32 e15c08be_7235_41ea_93b3_e62f16d9174e["build()"] 1a3ef6e7_fed8_c45d_dec3_958f730f6cb7 -->|calls| e15c08be_7235_41ea_93b3_e62f16d9174e style 1a3ef6e7_fed8_c45d_dec3_958f730f6cb7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/plugin/SpringBootPluginTests.java lines 44–51
@Test
void bootArchivesConfigurationsCannotBeResolved() {
Project project = GradleProjectBuilder.builder().withProjectDir(this.temp).build();
project.getPlugins().apply(SpringBootPlugin.class);
Configuration bootArchives = project.getConfigurations()
.getByName(SpringBootPlugin.BOOT_ARCHIVES_CONFIGURATION_NAME);
assertThat(bootArchives.isCanBeResolved()).isFalse();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does bootArchivesConfigurationsCannotBeResolved() do?
bootArchivesConfigurationsCannotBeResolved() is a function in the spring-boot codebase.
What does bootArchivesConfigurationsCannotBeResolved() call?
bootArchivesConfigurationsCannotBeResolved() calls 3 function(s): build, builder, withProjectDir.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free