We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168cf5f commit 3993499Copy full SHA for 3993499
.env
@@ -1,3 +1,3 @@
1
# Defines environment variables for docker-compose.
2
# Can be overridden via e.g. `MARKLOGIC_TAG=latest-10.0 docker-compose up -d --build`.
3
-MARKLOGIC_TAG=latest
+MARKLOGIC_TAG=11.3.0-ubi
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group 'com.marklogic'
12
-version '2.4.0'
+version '2.4-SNAPSHOT'
13
14
java {
15
// To support reading RDF files, Apache Jena is used - but that requires Java 11.
0 commit comments