Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
361fb31d
Commit
361fb31d
authored
Oct 29, 2018
by
Carsten Heinz
Browse files
Merge branch '168-support-newer-versions-of-java' into '2018.2'
Resolve "Support newer versions of Java" See merge request
!25
parents
d03e38c3
cc534c06
Pipeline
#662
passed with stage
in 7 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
361fb31d
...
...
@@ -17,7 +17,7 @@ build_sbt_tapasco_ubuntu_16_04:
-
apt-get -y update && apt-get -y install unzip git zip findutils curl
-
curl -s "https://get.sdkman.io" | bash
-
source "/root/.sdkman/bin/sdkman-init.sh"
-
sdk install java
9.0.7-zulu
-
sdk install java
-
sdk install sbt
-
sbt version
-
source setup.sh
...
...
@@ -33,7 +33,7 @@ build_sbt_tapasco_ubuntu_18_04:
-
apt-get -y update && apt-get -y install unzip git zip findutils curl
-
curl -s "https://get.sdkman.io" | bash
-
source "/root/.sdkman/bin/sdkman-init.sh"
-
sdk install java
9.0.7-zulu
-
sdk install java
-
sdk install sbt
-
sbt version
-
source setup.sh
...
...
@@ -49,7 +49,7 @@ build_sbt_tapasco_fedora_27:
-
dnf -y install which unzip git zip findutils
-
curl -s "https://get.sdkman.io" | bash
-
source "/root/.sdkman/bin/sdkman-init.sh"
-
sdk install java
9.0.7-zulu
-
sdk install java
-
sdk install sbt
-
sbt version
-
source setup.sh
...
...
@@ -65,7 +65,7 @@ build_sbt_tapasco_fedora_28:
-
dnf -y install which unzip git zip findutils
-
curl -s "https://get.sdkman.io" | bash
-
source "/root/.sdkman/bin/sdkman-init.sh"
-
sdk install java
9.0.7-zulu
-
sdk install java
-
sdk install sbt
-
sbt version
-
source setup.sh
...
...
build.sbt
View file @
361fb31d
...
...
@@ -6,7 +6,7 @@ version := tapascoVersion
name
:=
"Tapasco"
scalaVersion
:=
"2.12.
4
"
scalaVersion
:=
"2.12.
7
"
libraryDependencies
++=
Seq
(
"org.scala-lang"
%
"scala-compiler"
%
scalaVersion
.
value
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment