Skip to content

Commit 0d1652e

Browse files
committed
fix typo in adding accessibility module
1 parent 705664a commit 0d1652e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conveyor.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ skiko-cache = ${env.HOME}/.gradle/caches/modules-2/files-2.1/org.jetbrains.skiko
77
// Config file documentation: https://conveyor.hydraulic.dev/latest/configs
88
app {
99
// Set this when build system changes without a software change
10-
revision = 0
10+
revision = 1
1111

1212
vcs-url = "https://github.com/sproctor/warlock3"
1313
// The base URL is where the download site will be placed. Packages will check here for updates.
@@ -42,7 +42,7 @@ app {
4242
]
4343
}]
4444

45-
app.jvm.modules += jdk.accessibility
45+
jvm.modules += jdk.accessibility
4646

4747
machines = [mac, windows.amd64, linux.amd64.glibc, linux.aarch64.glibc]
4848

0 commit comments

Comments
 (0)