This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new aeff4ac831 HDDS-11054. native check fails with Java11+ (#6853)
aeff4ac831 is described below

commit aeff4ac8319e6c73debd7f70e7bebdb30db75881
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jun 27 22:20:24 2024 +0200

    HDDS-11054. native check fails with Java11+ (#6853)
---
 hadoop-hdds/rocks-native/pom.xml         | 5 -----
 hadoop-ozone/dev-support/checks/junit.sh | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/hadoop-hdds/rocks-native/pom.xml b/hadoop-hdds/rocks-native/pom.xml
index 60775a88e6..1c8f01bff9 100644
--- a/hadoop-hdds/rocks-native/pom.xml
+++ b/hadoop-hdds/rocks-native/pom.xml
@@ -46,11 +46,6 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <properties>
-
-    <maven.compiler.source>8</maven.compiler.source>
-    <maven.compiler.target>8</maven.compiler.target>
-  </properties>
 
   <build>
     <plugins>
diff --git a/hadoop-ozone/dev-support/checks/junit.sh 
b/hadoop-ozone/dev-support/checks/junit.sh
index d4936834b2..bb7088f0cd 100755
--- a/hadoop-ozone/dev-support/checks/junit.sh
+++ b/hadoop-ozone/dev-support/checks/junit.sh
@@ -66,7 +66,7 @@ for i in $(seq 1 ${ITERATIONS}); do
     mkdir -p "${REPORT_DIR}"
   fi
 
-  mvn ${MAVEN_OPTIONS} 
-Dmaven-surefire-plugin.argLineAccessArgs="${OZONE_MODULE_ACCESS_ARGS}" "$@" 
test \
+  mvn ${MAVEN_OPTIONS} 
-Dmaven-surefire-plugin.argLineAccessArgs="${OZONE_MODULE_ACCESS_ARGS}" "$@" 
verify \
     | tee "${REPORT_DIR}/output.log"
   irc=$?
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to