Skip to content

Commit

Permalink
Fix gr git issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Ternovyi committed Sep 18, 2024
1 parent e14c9d0 commit dc10b91
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
mavenLocal()
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/plugins-release" }
}
dependencies {
//jhipster-needle-gradle-buildscript-dependency - JHipster will add additional gradle build script plugins here
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ apache_batik_version=1.13

# gradle plugin version
jib_plugin_version=1.7.0
git_properties_plugin_version=2.2.0
git_properties_plugin_version=2.4.2
apt_plugin_version=0.21
liquibase_plugin_version=2.0.1
sonarqube_plugin_version=2.8
spotbugs_plugin_version=3.0.0
checkstyle_version=8.24
checkstyle_tool_version=7.6.1
pmd_tool_version=5.5.4
pmd_tool_version=6.55.0
openapi_plugin_version=4.2.2

# jhipster-needle-gradle-property - JHipster will add additional properties here
Expand Down
1 change: 1 addition & 0 deletions gradle/profile_prod.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ processResources {
}

generateGitProperties {
failOnNoGitDirectory = false
onlyIf {
!source.isEmpty()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 0 additions & 5 deletions qa/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@
<exclude name="JUnitSpelling"/>
</rule>

<rule ref="rulesets/java/logging-jakarta-commons.xml">
<!-- explicit if (log.isDebugEnabled) is too verbose in most of the cases for simple string param reference -->
<exclude name="GuardLogStatement"/>
<exclude name="GuardDebugLogging"/>
</rule>
<rule ref="rulesets/java/logging-java.xml">
<exclude name="GuardLogStatementJavaUtil"/>
</rule>
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

pluginManagement {
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
gradlePluginPortal()
mavenCentral()
//jhipster-needle-gradle-plugin-management-repositories - JHipster will add additional entries here
}
plugins {
id 'org.springframework.boot' version "${spring_boot_version}"
id 'com.google.cloud.tools.jib' version "${jib_plugin_version}"
Expand Down

0 comments on commit dc10b91

Please sign in to comment.