This is an automated email from the ASF dual-hosted git repository.
awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 14175a1 Minor: Remove comment in build.gradle re.
springDataJpaVersion (#702)
14175a1 is described below
commit 14175a1854df0eb3ebc19b07b9e5e57e310b09a8
Author: Michael Vorburger ⛑️ <[email protected]>
AuthorDate: Mon Jan 27 22:00:28 2020 +0100
Minor: Remove comment in build.gradle re. springDataJpaVersion (#702)
This has been removed in a20f76d68612aae3a4384a43d99afbdaecd41404,
and it's confusing to look for what that means, e.g. while code
reviewing proposed "bump" changes to the used versions of
spring.gradle:dependency-management-plugin and
springframework.boot:spring-boot-gradle-plugin.
---
fineract-provider/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 9d19a0e..1d094cc 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -38,7 +38,7 @@ buildscript {
classpath 'com.bmuschko:gradle-tomcat-plugin:2.5',
'nl.javadude.gradle.plugins:license-gradle-plugin:0.11.0',
'org.zeroturnaround:gradle-jrebel-plugin:1.1.2',
-
'org.springframework.boot:spring-boot-gradle-plugin:2.2.4.RELEASE' // also
change springDataJpaVersion
+
'org.springframework.boot:spring-boot-gradle-plugin:2.2.4.RELEASE'
// below
classpath "org.apache.openjpa:openjpa:$openJPAVersion"
classpath 'com.radcortez.gradle:openjpa-gradle-plugin:3.1.0'