diff content/Maven/cross-jdk-project-files.md @ 98:1d9382b0329b

Specify the syntax on markdown blocks to avoid broken output that has class=err
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 19 Dec 2019 10:04:33 +0100
parents 4cd9b65e10e4
children
line wrap: on
line diff
--- a/content/Maven/cross-jdk-project-files.md	Thu Dec 19 09:31:57 2019 +0100
+++ b/content/Maven/cross-jdk-project-files.md	Thu Dec 19 10:04:33 2019 +0100
@@ -36,4 +36,5 @@
 
 Then go and define a property in the pom (for the default value). Anyone who uses a different JDK can specify the name to use on the commandline now using
 
+    :::shell
     mvn -Djdk=sun-jdk-1.4.2.14 eclipse:eclipse