Skip to content

Commit

Permalink
Merge branch 'GAMA_1.8.2' of https://github.com/gama-platform/gama in…
Browse files Browse the repository at this point in the history
…to GAMA_1.8.2
  • Loading branch information
LucasGrjs authored and LucasGrjs committed May 5, 2022
2 parents d581b4e + f178a60 commit e0447c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions travis/jdk/linux/gama-headless.sh
@@ -1,11 +1,4 @@
#!/bin/bash

# Check if good Java version before everything
if [[ "$(java -version 2>&1 | head -n 1 | cut -d "\"" -f 2 | cut -d "." -f 1)" != "17" ]]; then
echo "You should use Java 17 to run GAMA"
exit 1
fi

memory=4096m

for arg do
Expand Down
7 changes: 0 additions & 7 deletions travis/jdk/mac/gama-headless.sh
@@ -1,11 +1,4 @@
#!/bin/bash

# Check if good Java version before everything
if [[ "$(java -version 2>&1 | head -n 1 | cut -d "\"" -f 2 | cut -d "." -f 1)" != "17" ]]; then
echo "You should use Java 17 to run GAMA"
exit 1
fi

memory=4096m

for arg do
Expand Down

0 comments on commit e0447c5

Please sign in to comment.