Skip to content

Commit

Permalink
Update build.gradle.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Dec 19, 2021
1 parent 6179d02 commit a5435cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/templates/build.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ configurations {

repositories {
// Local maven repository is required for libraries built locally with maven like development jhipster-bom.
<%= !JHIPSTER_DEPENDENCIES_VERSION.includes('-SNAPSHOT') ? '// ' : '' %>mavenLocal()
<%= !JHIPSTER_DEPENDENCIES_VERSION.includes('-SNAPSHOT') && !JHIPSTER_DEPENDENCIES_VERSION.includes('-CICD') ? '// ' : '' %>mavenLocal()
mavenCentral()
<%_ if (SPRING_BOOT_VERSION.indexOf('M') > -1 || SPRING_BOOT_VERSION.indexOf('RC') > -1) { _%>
maven { url 'https://repo.spring.io/milestone' }
Expand Down

0 comments on commit a5435cf

Please sign in to comment.