Skip to content

Commit 71c5ddd

Browse files
committed
Update deploy.gradle
1 parent 5ab98f5 commit 71c5ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

de.peeeq.wurstscript/deploy.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ tasks.register("generateAppCdsArchive", Exec) {
246246
}
247247

248248
executable = runtimeJava.absolutePath
249-
args "-Xshare:off",
249+
args "-Xshare:auto",
250250
"-XX:ArchiveClassesAtExit=${archiveFile.absolutePath}",
251251
"-jar", compilerJar.absolutePath,
252252
"-languageServerAppCdsTrain"

0 commit comments

Comments
 (0)