Skip to content

Commit 02f1e01

Browse files
committed
Remove Ammonite
Ammonite is now replaced by Scala-CLI. In the 1.6.x branch, we kept it alongside Scala-CLI to give Scala users some time to transition from one interpreter to the next, but we made clear that Ammonite was slated for removal in a future release. We remove it now, for the 1.7 release. closes #1162
1 parent a28fdbe commit 02f1e01

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ENV ODK_VERSION=$ODK_VERSION
1313
# Jena 5.x requires Java 17, so for now we are stuck with Jena 4.x
1414
ENV JENA_VERSION=4.9.0
1515
ENV KGCL_JAVA_VERSION=0.5.1
16-
ENV AMMONITE_VERSION=2.5.9
1716
ENV SCALA_CLI_VERSION=1.8.0
1817
ENV OWLTOOLS_VERSION=2020-04-06
1918
ENV YQ_VERSION=4.45.4
@@ -94,12 +93,6 @@ RUN wget -nv https://github.com/owlcollab/owltools/releases/download/$OWLTOOLS_V
9493
RUN wget -nv http://archive.apache.org/dist/jena/binaries/apache-jena-$JENA_VERSION.tar.gz -O- | tar xzC /tools && \
9594
mv /tools/apache-jena-$JENA_VERSION /tools/apache-jena
9695

97-
# Install Ammonite
98-
RUN wget -nv https://github.com/lihaoyi/Ammonite/releases/download/$AMMONITE_VERSION/2.13-$AMMONITE_VERSION \
99-
-O /tools/amm && \
100-
chmod 755 /tools/amm && \
101-
java -cp /tools/amm ammonite.AmmoniteMain /dev/null
102-
10396
# Install Scala-CLI
10497
RUN wget -nv https://github.com/VirtusLab/scala-cli/releases/download/v$SCALA_CLI_VERSION/scala-cli.jar \
10598
-O /tools/scala-cli.jar && \

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ test_odkfull_programs: test_odklite_programs
4444
@./tests/test-program.sh SOUFFLE souffle --version
4545
@./tests/test-program.sh JENA jena
4646
@./tests/test-program.sh OWLTOOLS owltools --version
47-
@./tests/test-program.sh AMMONITE sh amm --help
4847
@./tests/test-program.sh SCALA-CLI scala-cli --version
4948
@./tests/test-program.sh SPARQL sparql --version
5049
@./tests/test-program.sh OBO-DASHBOARD obodash --help

0 commit comments

Comments
 (0)