JP
04/08/2020, 12:04 PMbuild.gradle.kts
after the prior build, like
dependencies {
// ...
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.security:spring-security-test")
}
, but when I build in IntelliJ, the new dependencies doesn’t get installed: I can’t see them in the External Libraries, and I can’t import them. Am I missing something here? Or is there a certain other way to update the dependencies?Sebastien Leclerc Lavallee
04/08/2020, 12:19 PMJP
04/08/2020, 12:19 PMSebastien Leclerc Lavallee
04/08/2020, 12:22 PMJP
04/08/2020, 12:27 PMSebastien Leclerc Lavallee
04/08/2020, 12:27 PM