This is an automated email from the ASF dual-hosted git repository.
adamsaghy 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 83c505e1d FINERACT-1971: Update sonar plugin
83c505e1d is described below
commit 83c505e1d1a6727cc5386b2b5c6ed8fbe4ce35ae
Author: Adam Saghy <[email protected]>
AuthorDate: Fri Oct 20 10:50:33 2023 +0200
FINERACT-1971: Update sonar plugin
---
build.gradle | 6 +++---
integration-tests/build.gradle | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 225204c0d..4d932bdd9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -86,7 +86,7 @@ plugins {
id 'org.asciidoctor.jvm.gems' version '3.3.2' apply false
id 'org.asciidoctor.kindlegen.base' version '3.2.0' apply false
id 'com.google.cloud.tools.jib' version '3.3.2' apply false
- id 'org.sonarqube' version '4.2.1.3168'
+ id 'org.sonarqube' version '4.4.1.3373'
id 'com.github.andygoossens.modernizer' version '1.8.0' apply false
id 'com.github.spotbugs' version '5.0.14' apply false
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
@@ -356,9 +356,9 @@ configure(project.fineractJavaProjects) {
// and during an IntelliJ recompilation, it fails
//"-Werror",
"-Xmaxwarns",
- 1500,
+ "1500",
"-Xmaxerrs",
- 1500
+ "1500"
]
// TODO FINERACT-959 (gradually) enable -Xlint:all (see "javac -help
-X")
diff --git a/integration-tests/build.gradle b/integration-tests/build.gradle
index 1703ffcdd..c5839bf35 100644
--- a/integration-tests/build.gradle
+++ b/integration-tests/build.gradle
@@ -54,7 +54,7 @@ cargo {
downloadDir = file("$buildDir/download")
extractDir = file("$buildDir/tomcat-integration-tests")
}
- startStopTimeout = 300000
+ startStopTimeout = 1200000
sharedClasspath = configurations.driver
containerProperties {
def jvmArgs =
'--add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens=java.base/java.security=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens=java.management/javax.management=ALL-UNNAMED
--add-opens=java.naming/javax.naming=ALL-UNNAMED '