Skip to content

Commit

Permalink
Merge pull request #17346 from jhipster/skip_ci-adjust_gradle
Browse files Browse the repository at this point in the history
Adjust gradle local maven repository
  • Loading branch information
DanielFran authored Dec 19, 2021
2 parents 6179d02 + a5435cf commit 41ce2c0
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 41ce2c0

Please sign in to comment.