Skip to content

Commit a58261a

Browse files
committed
[MINOR] Ignore pubkey in rat check; left a note on the working openjdk version (jdk8u232-b09)
1 parent b1c9c48 commit a58261a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@
513513
<exclude>**/target/**</exclude>
514514
<exclude>**/README.md</exclude>
515515
<exclude>**/*.svg</exclude>
516+
<exclude>dev/release/damslab-pubkey.asc</exclude>
516517
<!-- Jupyter Notebooks -->
517518
<exclude>**/*.ipynb</exclude>
518519
<!-- Generated antlr files -->

src/assembly/bin/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ limitations under the License.
3232
Requirements for running SystemDS are a bash shell and OpenJDK 8 or a Spark 2 cluster installation (to run distributed jobs).
3333
These requirements should be available via standard system packages in all major Linux distributions
3434
(make sure to have the right JDK version enabled, if you have multiple versions in your system).
35-
For Windows, a bash comes with git (http://git-scm.com) and OpenJDK builds can be optained at http://adoptopenjdk.net.
35+
For Windows, a bash comes with [git for windows](http://git-scm.com) and OpenJDK builds can be optained at http://adoptopenjdk.net
36+
(tested version [jdk8u232-b09](https://adoptopenjdk.net/archive.html))
3637

3738
To start out with an example after having installed the requirements mentioned above, create a text file
3839
`hello.dml` in your unzipped SystemDS directory containing the following content:

0 commit comments

Comments
 (0)