This is an automated email from the ASF dual-hosted git repository.
dcromberge pushed a commit to branch remove-matrix-profiles
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
The following commit(s) were added to refs/heads/remove-matrix-profiles by this
push:
new f4fd3c8 Rename matrix variable
f4fd3c8 is described below
commit f4fd3c821d90ac491036dde79e3b87c6e1226b55
Author: David Cromberge <[email protected]>
AuthorDate: Mon Jul 19 12:38:30 2021 +0100
Rename matrix variable
---
.github/workflows/maven.yml | 2 +-
datasketches-memory-resources/pom.xml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bedfce3..65591e1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -112,5 +112,5 @@ jobs:
-Dmaven.javadoc.skip=true
-Dgpg.skip=true
-Denvironment=ci
- -Djava.version=${{matrix.jdk}}
+ -Dmatrix.jdk.version=${{matrix.jdk}}
--toolchains .github/workflows/.toolchains.xml
diff --git a/datasketches-memory-resources/pom.xml
b/datasketches-memory-resources/pom.xml
index cb018b4..1d235d6 100644
--- a/datasketches-memory-resources/pom.xml
+++ b/datasketches-memory-resources/pom.xml
@@ -135,7 +135,10 @@
</activation>
<properties>
- <jdk-toolchain.version>${java.version}</jdk-toolchain.version>
+ <!--suppress UnresolvedMavenProperty -->
+ <jdk-toolchain.version>${matrix.jdk.version}</jdk-toolchain.version>
+ <!--suppress UnresolvedMavenProperty -->
+ <java.version>${matrix.jdk.version}</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]