This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch spring_boot_2 in repository https://gitbox.apache.org/repos/asf/fineract-cn-postgresql.git
commit a928689f89c64744402df0c2561dfad4bf2d6a9a Author: xurror <[email protected]> AuthorDate: Sat May 2 16:05:06 2020 +0100 update project dependences --- .gitignore | 4 ++++ build.gradle | 11 +++++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5a0e819..c5053ef 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ build/ target/ out/ +.project +.classpath +**/bin +**/.settings # Ignore Gradle GUI config gradle-app.setting diff --git a/build.gradle b/build.gradle index 592d9e5..981824e 100644 --- a/build.gradle +++ b/build.gradle @@ -38,13 +38,13 @@ plugins { } group 'org.apache.fineract.cn' -version '0.1.0-BUILD-SNAPSHOT' +version 'spring_boot_2-SNAPSHOT' ext.versions = [ springcontext: '5.2.5.RELEASE', springboot : '2.2.6.RELEASE', findbugs : '3.0.2', - frameworklang: '0.1.0-BUILD-SNAPSHOT', + frameworklang: 'spring_boot_2-SNAPSHOT', bonecp : '0.8.0.RELEASE', flyway : '6.3.3', postgresql : '42.2.5', @@ -132,8 +132,11 @@ rat { "build/**", "gradlew", "gradlew.bat", - "README.md" + "README.md", + ".project", + "**/.settings/**", + ".classpath", + "**/bin/**" ] - plainOutput = true } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ebc5df9..1687ee2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Oct 01 13:51:38 EEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
