Skip to content
Snippets Groups Projects
Commit b8cdb62c authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

forced java to 1.8 for now, >9 needs special handling for JAXB in grizzly

parent 0454b2a8
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@
"# installation of required packages\n",
"echo \"Installing packages...\"\n",
"sudo yum update -y\n",
"sudo yum install -y java git\n",
"sudo yum install -y java-1.8.0-openjdk-devel git\n",
"#rm -rf verteilte-systeme-bsc-ai-examples\n",
"if [ ! -d $VERTSYS_PATH ]; then\n",
" echo \"Cloning repo...\"\n",
......
......@@ -103,7 +103,7 @@
"# installation of required packages\n",
"echo \"Installing packages...\"\n",
"sudo yum update -y\n",
"sudo yum install -y java git\n",
"sudo yum install -y java-1.8.0-openjdk-devel git\n",
"#rm -rf verteilte-systeme-bsc-ai-examples\n",
"if [ ! -d $VERTSYS_PATH ]; then\n",
" echo \"Cloning repo...\"\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment