Reorder modules alphabetically
This commit is contained in:
parent
475808acd8
commit
7cff7e7559
@ -7,13 +7,12 @@ $modules = $(
|
||||
"com.fasterxml.jackson.core",
|
||||
"com.fasterxml.jackson.dataformat.xml",
|
||||
"com.fasterxml.jackson.datatype.jsr310",
|
||||
#"com.tearsofaunicorn.wordpress.api",
|
||||
"wordpress.xmlrpc.client",
|
||||
"result",
|
||||
"com.jcraft.jsch",
|
||||
"javafx.controls",
|
||||
"javafx.fxml",
|
||||
"org.apache.commons.cli",
|
||||
"com.jcraft.jsch"
|
||||
"result",
|
||||
"wordpress.xmlrpc.client"
|
||||
)
|
||||
$addModules = $modules -join ","
|
||||
javac --module-path $modulePath --add-modules $addModules .\name\nathanmcrae\numbersstation\*.java -d out
|
||||
|
@ -12,9 +12,9 @@ $modules = $(
|
||||
"javafx.controls",
|
||||
"javafx.fxml",
|
||||
"org.apache.commons.cli",
|
||||
"xmlrpc.common",
|
||||
"result",
|
||||
"wordpress.xmlrpc.client"
|
||||
"wordpress.xmlrpc.client",
|
||||
"xmlrpc.common"
|
||||
)
|
||||
$addModules = $modules -join ","
|
||||
java --module-path $modulePath --add-modules $addModules -cp out name.nathanmcrae.numbersstation.Main @args
|
||||
|
Loading…
x
Reference in New Issue
Block a user