File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up Java
16
16
uses : actions/setup-java@v1
17
17
with :
18
- java-version : 18
18
+ java-version : 17
19
19
20
20
- uses : actions/cache@v2
21
21
with :
Original file line number Diff line number Diff line change 6
6
:project-version: 0.2.5
7
7
:project-url: https://github.com/{project-owner}/{project-name}
8
8
:documentation-url: https://{project-owner}.github.io/{project-name}
9
- :artifact-id: trino-redisearch
10
- :trino-dir: /usr/lib/trino
11
- :trino-datadir: /var/trino
12
- :trino-version: 395
13
9
14
10
15
11
image:{project-url}/actions/workflows/early-access.yml/badge.svg["Build Status", link="{project-url}/actions/workflows/early-access.yml"]
Original file line number Diff line number Diff line change 450
450
<project-url >${project.url} </project-url >
451
451
<project-version >${project.version} </project-version >
452
452
<sourcedir >${project.build.sourceDirectory} </sourcedir >
453
+ <artifact-id >${project.artifactId} </artifact-id >
454
+ <trino-dir >/usr/lib/trino</trino-dir >
455
+ <trino-datadir >/var/trino</trino-datadir >
456
+ <trino-version >${project.parent.version} </trino-version >
453
457
</attributes >
454
458
</configuration >
455
459
<executions >
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ node.data-dir={trino-datadir}
204
204
Create a JVM config file.
205
205
206
206
.etc/jvm.config
207
- [source,properties ]
207
+ [source,console ]
208
208
----
209
209
-server
210
210
-Xmx16G
You can’t perform that action at this time.
0 commit comments